dsh-hyperframes:把 HyperFrames by HeyGen 的 20 个视频技能注册进 DSH

`dsh-hyperframes` 是 DSH(DeepSeek Harness)的一个视频创作技能插件,旨在通过“一切皆插件”机制,将 HyperFrames by HeyGen 官方的 20 个 HTML 视频生成与编辑技能集成到智能体中,避免重复开发渲染流程。该插件同步了包括核心概念、动画适配、音频响应、内嵌字幕、命令行工具及多种场景化视频制作(如产品发布、音乐转视频、Figma 接入等)在内的技能,基于 HeyGen v0.8.20 版本。 用户可通过 `dsh plugin` 命令快速安装并重启服务,随后在对话中直接描述需求(如“把网址做成视频”)或执行 `npx hyperfram

Read More
deepseek-harness-dingtalk:DeepSeek Harness 的钉钉 Stream 通道插件

`deepseek-harness-dingtalk` 是一款基于 MIT 许可的钉钉通道插件,用于将 DeepSeek Harness (DSH) 智能体接入钉钉。该插件利用官方 Stream WebSocket 连接,无需公网回调服务器,仅需配置 Client ID 和 Secret 即可实现接入。 核心能力方面,插件支持接收文本、Markdown、富文本、语音转写、图片及普通文件,并通过官方 API 安全处理媒体下载与多模态输入。输出端支持钉钉原生 Markdown 回复、图片及工作区文件上传,并能完整执行 Harness Agent Loop。插件提供会话内工具审批(通过一次性代码)、

Read More
dsh-enhanced-plugins:为 DSH 添加可选扩展功能

dsh-enhanced-plugins 是适用于 DeepSeek Harness (DSH) 的增强套件,旨在通过公开插件扩展点为 DSH 添加可选功能,而不修改核心代码。该套件包含七个独立 Cordis 功能包和 Windows Launcher,支持全量安装或基于稳定 Feature ID 的选择性安装。主要功能包括 Windows 桌面入口、声音提醒与桌面宠物、社区插件管理、MCP 服务器管理、模型输入类型声明、最后消息编辑、子代理开关及官方 Team 监控。 安装需 Node.js 22.19+ 及 DSH 0.1.2-alpha.2 环境,Windows 特定功能需 Win10

Read More
@shatyuka/dsh-llm-codebuddy:为 dsh 接入 Tencent CodeBuddy 登录与模型列表

`@shatyuka/dsh-llm-codebuddy` 是一款由 shatyuka 维护、采用 MIT 许可证的 DeepSeek Harness(dsh)插件,旨在将 Tencent CodeBuddy 无缝接入 dsh 体系。其核心优势在于无需 API key,直接通过浏览器登录即可使用 CodeBuddy 的模型列表。该插件支持在 Web UI 的 `Settings → CodeBuddy` 中点击 `Sign in` 完成自动化凭证写入,也支持在终端通过 `dsh-codebuddy-login` 命令进行登录、状态查询及登出操作。安装前需确保本地 Node 版本为 `^22.1

Read More
dsh-office-tool:DeepSeek Harness 的 Office 文档插件

dsh-office-tool 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,旨在为 agent 提供创建、读取、查询和编辑 .docx、.xlsx 及 .pptx 文档的能力。该插件通过驱动 OfficeCLI 二进制文件执行操作,无需安装 Microsoft Office。它向模型暴露了九种结构化工具,涵盖文档创建、元素增删改查、批量操作及原始命令透传,并支持结构化 JSON 响应以优化错误处理。在 Web 环境下,若搭配 dsh-better-sidebar 插件,可在侧边栏提供实时文档预览;而在无 Web UI 的 headless 模式下,仍可使用全部工

Read More
DeepSeek Harness 插件:dsh-widgets 右侧组件栏

dsh-widgets 是 DeepSeek Harness (DSH) 的 Web UI 右侧组件插件,由 Physicolor 维护,基于 Cordis 模型开发,旨在将分散的会话指标和管理工具集中展示,减少用户切换成本。该插件实时显示回合数、Token 消耗、TTFT、缓存命中率等关键运行指标,并提供任务、上下文、热力图及引用等常用组件。它还支持查看 OpenCode Go 用量及 DeepSeek 高峰计价窗口,其中用量数据通过同源代理获取。在交互方面,插件支持 1、2、4 列网格布局及 2x4 长卡形态,组件可按 widget@size 安装、排序和调整,并具备连续放大视觉效果。内置

Read More
CodeReader:在 DSH Web 中查看和编辑工作区文件

CodeReader 是专为 DeepSeek Harness (DSH) Web 设计的插件,由 PathChan 维护,采用 MIT 许可。它旨在对话界面中集成工作区文件树与多标签编辑画板,让用户无需切换窗口即可浏览、核对、编辑并写回当前工作区磁盘文件。核心功能包括可展开的文件树、支持语法高亮与行号的多标签编辑器、以及通过快捷键或工具栏保存并校验内容。该插件支持智能体协同,在模型生成文件时自动切换为只读模式以防冲突,并允许将文件交由系统默认程序打开。用户偏好设置仅保存在本地浏览器,不经过服务端。安装时需先配置 DSH Web,再通过 npx 命令从 GitHub 或本地源码添加插件。Cod

Read More
dsh-tool-schema:DSH 的 JSON Schema 验证工具插件

`dsh-tool-schema` 是一款基于 MIT 许可的 DSH 本地 JSON Schema 验证插件,旨在通过单次工具调用解决复杂嵌套结构下的数据校验、错误定位及 Schema 解释问题。该插件提供 `validate`、`paths`、`explain` 和 `normalize` 四个核心动作,分别用于完整验证、快速定位失败路径、静态解释约束以及在验证前安全应用默认值。 插件强调安全性与稳定性,坚持零网络访问和零动态代码执行,并在固定资源限制内运行,包括限制数据大小(256 KiB)、嵌套深度(64层)及节点数量等,以防止性能滥用。其验证内核采用纯函数风格,支持本地 `$ref`

Read More
dsh-tool-regex:给 DSH 提供确定性正则工具

`dsh-tool-regex` 是 DSH 工作流中零依赖的正则工具插件,旨在解决模型直接“心算”正则结果难以验证及临时脚本引入风险的问题。该插件采用纯函数设计,统一输出 JSON,提供四种核心操作:`test` 判断匹配、`find` 提取捕获组与索引、`replace` 执行支持反向引用的安全全局替换,以及 `explain` 静态解析正则结构而不执行匹配。 插件具备严格的安全边界,包括输入长度、模式大小、输出体积及匹配数量的上限,并设有 1000ms 硬超时机制以防止恶意或复杂正则导致的资源耗尽。它要求 Node.js ^22.19.0 或更高版本,通过 DSH 插件命令安装到指定 p

Read More
dsh-find-skill:为 DSH 接入技能搜索、安装与生命周期

dsh-find-skill 是 DeepSeek Harness (DSH) 的 MIT 许可证插件(v0.2.1),旨在桥接 vercel-labs/skills 生态,提供 LLM 驱动的技能搜索、安装及生命周期管理。该插件支持临时、项目、全局三种作用域:临时技能仅当前会话可见,随会话销毁自动清理;项目或全局技能持久化至托管根目录。核心功能包括 skill_find(基于 skills.sh API 搜索)、skill_install(通过 CLI 隔离安装)及 skill_remove,并提供 /skill 子命令供人工维护。配置项涵盖搜索基址、默认作用域及 Provider 排名等。

Read More
dsh-subagent-model:按次指定模型路由与上下文继承的 DSH 插件

dsh-subagent-model 是 Momojie-S 维护的 DSH 插件,基于 @deepseek-ai/dsh-tool-subagent,提供 subagent_model 工具以增强子代理委派能力。其核心特性包括支持每次调用时动态指定 provider、model 和 max_tokens,以及通过 fresh_context 参数灵活控制上下文:省略该参数或使用 true 时启用干净上下文,传 false 则基于调用时刻父会话最新状态继承当前对话。插件支持后台运行,区分 continuable(可持续交互)与 one-shot(一次性任务)策略,路由优先级为调用参数 > 插件

Read More
dsh-reconnect:DeepSeek Harness 的模型请求安全重试插件

dsh-reconnect 是 DeepSeek Harness (DSH) 的 Host 端插件,用于在临时网络或服务故障导致模型请求失败时自动重试。它监听 `agent/request-error` 事件,在内置重试策略失败后接管,针对限流、超时、5xx 错误及连接断开等可恢复问题,采用指数退避算法重发请求,避免中断 agent 步骤。插件支持配置本地退避上限(默认 60s),并优先尊重 Provider 的 `Retry-After` 指令。对于配额不足(QUOTA)默认不重试,未知错误默认无限重试(可配置限制),而认证、参数等不可恢复错误则立即终止。该插件提供统一的设置卡片及 YAML

Read More
dsh-plugin-terminal:在 DSH Web 底部面板中使用真实 PTY 终端

`dsh-plugin-terminal` 是面向 DSH Web 的插件,由 `mervyn-teo` 开发并采用 MIT 许可证。它基于 host PTY、WebSocket 和 xterm.js,在 VS Code 风格的可折叠底部面板中提供真实交互式 PTY 终端。该插件支持 ANSI 颜色、光标移动及 256 色渲染,适用于 Windows PowerShell 及其他环境的默认 Shell。用户可通过 `Ctrl+`` ` 快捷键切换面板,调整高度,并在设置中自定义主题、字体、工作目录等参数,部分设置即时生效,Shell 变更则在下次启动时应用。 安装需确保 DSH 挂载相关服务,

Read More
dsh-launcher:用 dsh-go 启动 DeepSeek Harness 的轻量插件

dsh-launcher 是 DeepSeek Harness (DSH) 的轻量级插件,旨在实现终端一键启动 Web UI 并自动打开浏览器。该插件零依赖,体积仅约 9 KB,通过生成 `~/.local/bin/dsh-go` 命令简化操作流程,替代复杂的手动 CLI 启动步骤。它支持从 npm、GitHub 或本地路径安装,需前置安装 dsh CLI 及 pnpm >= 9。插件通过 profile patch 提供灵活配置,涵盖启动命令、URL、源码目录及浏览器自动打开行为,并遵循明确的命令解析优先级。在安全性方面,插件会备份现有文件并容错处理安装失败,确保不影响 harness 启动

Read More
SHOPLINE AI Toolkit for DSH:为 DeepSeek Harness 接入 SHOPLINE 工具与技能

`lunw/shopline-ai-toolkit-dsh` 是一款面向 SHOPLINE 开发者的 DeepSeek Harness(DSH)插件,旨在通过整合官方 SHOPLINE Developer MCP 工具与平台知识技能,提升 AI 助手的开发辅助能力。该插件采用 `Skills + Dev MCP Server + Agent Plugin` 架构,核心功能包括提供 8 个涵盖 Admin REST、GraphQL、OAuth、Webhook、Sline 模板及文档盲区补充的 `SKILL.md` 技能,并通过 DSH 原生 MCP 客户端以本地 `stdio` 方式接入免鉴权的

Read More
dsh-plugins-market:DeepSeek Harness 插件创意市场

Luaphes/dsh-plugins-market 是一款面向 DeepSeek Harness (DSH) 的社区插件创意市场,旨在统一插件的发现、筛选、信任判断及安装流程。该工具从官方 dsh-plugin 话题抓取约前 500 个仓库,通过过滤噪音和展示精选徽章、社区兼容状态,帮助用户快速定位优质插件。它支持按星数、近期涨幅等排序及即时搜索,并提供日增星数快照展示。在安装环节,系统会严格校验目标仓库是否声明 dsh.bundle.patch,拒绝非 bundle 仓库,并在执行前展示具体命令及安全警告,确保操作透明。该插件自身零构建、无后端、不依赖 LLM,仅使用 GitHub 公开

Read More
dsh-scnet:面向 SCNet 集群的 DSH bundle

`lql341/dsh-scnet` 是一个独立的社区 DSH bundle,旨在将 SCNet 超级计算集群的操作能力封装为可组合插件。该工具与 DeepSeek 无官方从属关系,基于 MIT 许可证,主要提供 Profile 化 SSH 配置、Slurm 作业生成、集群探测及计算节点诊断等核心功能,帮助用户在 DSH 中高效管理分散的手工步骤。 安装该 bundle 需使用 `dsh plugin --profile web add dsh-scnet` 命令,并需满足 Node.js 22.19+、Linux/macOS 或 WSL2 环境及 SCNet 账户凭证。典型工作流包括列出集群

Read More
dsh-git-gui:DeepSeek Harness Web UI 的 Git 图形化插件

dsh-git-gui是一款面向DeepSeek Harness Web UI的MIT许可浏览器插件,旨在解决在Agent修改工作区文件时,用户需频繁切换终端查看Git状态的问题。该插件允许用户在浏览器中实时查看文件状态、行级diff及提交历史,并直接执行stage、commit、revert等Git操作。核心功能包括分类变更视图、遵循.gitignore的文件树浏览、提交记录管理、嵌套仓库自动检测、远程同步及深色模式支持。安装可通过GitHub或npm命令完成,更新与卸载均有专用指令。适用场景为需同时监控Agent工作区与Git状态的用户。使用前需注意权限检查、来源核对(npm包名与GitH

Read More
dsh-timer-agent:DSH 定时任务与 Agent 会话插件

dsh-timer-agent 是 DSH Web GUI 的一个 MIT 许可插件,由 LouisHaoL 维护,旨在提供 host 常驻的定时任务引擎。其核心优势在于 `dsh web` 服务启动后即使关闭浏览器 GUI 也能照常触发任务。该插件支持 5 段 cron 调度,任务目标可指定为已有会话、特定项目工作目录或默认工作空间,确保保留上下文。它提供 Web GUI 管理面板和 `timer_agent` 模型工具,允许用户在对话中直接创建、修改、暂停或删除任务。除 AI Agent 任务外,还支持普通命令任务,可直接执行脚本并记录输出与退出码,不消耗 API 额度。安装需通过本地绝对

Read More
dsh-api-gateway:把 DeepSeek Harness 暴露为 REST + SSE 接口

dsh-api-gateway 是 DeepSeek Harness (DSH) 的一款 MIT 许可插件,由 litestartup-com 维护。它旨在将运行中的 DSH 实例暴露为 HTTP API,为第三方脚本、命令行工具及浏览器端服务提供稳定的 REST + SSE 接口。该插件并非独立推理服务,而是作为现有 DSH 会话的接入层,支持外部客户端创建会话、发送消息并接收流式回复。 核心功能包括:提供 10 个 REST 端点,支持 API 密钥认证、密钥轮换及 GUI 状态控制;实现 Token 级 SSE 流式输出,并严格区分可见答案(text)与模型思考内容(reasoning)

Read More
dsh-whale-pet:DeepSeek Harness Web UI 的交互式鲸鱼桌宠插件

dsh-whale-pet 是由 lglglglgy 维护的 DSH 社区插件(MIT 许可证),专为 DeepSeek Harness Web UI 设计。它为用户提供一只交互式漂浮鲸鱼桌宠,具备自由游动、眼神跟踪鼠标、拖拽移动、点击喷水、快速甩动触发晕眩及连点叫醒等功能,并伴有水波和腹鳍摆动视觉效果。该插件仅适用于带有 Web 运行时的 `web` profile,在 headless 或 TUI 模式下无效。安装需执行 `dsh plugin --profile web add github:lglglglgy/dsh-whale-pet`,随后重启 `dsh web` 生效,且状态可跨

Read More
dsh-windows-shell-policy:DeepSeek Harness 的 Windows 默认 Shell 策略插件

`dsh-windows-shell-policy` 是 DeepSeek Harness (DSH) 的 Windows 默认 Shell 策略插件,旨在解决 Windows 下 Bash 与 PowerShell 工具面混乱问题。该插件通过探测本机 Git-Bash、MSYS2 或 Cygwin,在设置中提供“默认 Shell”配置卡片,支持自动、Bash、PowerShell 三种模式。策略生效后,若选择 Bash,插件将动态注册 Bash 工具并裁剪提示词,确保 Agent 仅面对单一 Shell 工具,简化交互逻辑。配置支持持久化,重启后保留;卸载时可彻底还原工具注册与提示词状态。安

Read More
dsh-plugin-template:DeepSeek Harness 插件入门模板

`dsh-plugin-template` 是 DSH 的入门插件模板,旨在通过最小代码展示 Config、Tool、Events、Service、Hook 及 Browser Client Half 六类常见插件形态,并演示如何在单一可安装 Bundle 中正确激活。该模板遵循 DSH 的 Bundle 分发模型,通过 `dsh plugin add` 接入配置层,同时覆盖 Host 端逻辑与 Web 端 UI 注册(包括 14 个 UI 表面的 Slot 注册及 Config Card 数据写入)。安装支持本地目录、GitHub 源码拉取(需配置 `allowBuilds` 授权构建)及本

Read More
dsh-agent-sync:把本机 AI agents 的 MCP servers 与 Skills 同步到 DeepSeek Harness

`dsh-agent-sync` 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,旨在解决本机其他 AI agents 中已配置的 MCP servers 和 Skills 在 DSH 中重复劳动的问题。该插件支持 20 多种 AI agents,核心功能包括自动扫描本机真实配置,一键将 MCP servers 写入 DSH 的 profile,并将 Skills 复制或链接至全局或工作区目录。它提供全面的 MCP 和 Skills 管理功能,如启用/禁用、删除、分组、迁移及手动添加(支持多种文件格式)。插件通过设置允许用户配置同步方式(复制/链接)和目标 prof

Read More
bigA:DeepSeek Harness 的 Agent Skill

bigA 是面向 DeepSeek Harness (dSH) 的 Agent Skill,由社区开发(仓库路径 kobenfang/bigA,MIT 许可证),与 DeepSeek 或幻方无官方从属关系。它通过 ClawHub 发布,供 OpenClaw 用户搜索安装,命令为 `npx clawhub search biga` 和 `npx clawhub install biga`。bigA 在 package.json 中声明了 DSH bundle patch,引入 `./cordis.patch.yml` 补丁文件,作为 DSH bundle 的一部分扩展 dsh 能力。资料未披露具

Read More
dsh-shutdown:在 DSH 页面内一键优雅退出服务

dsh-shutdown 是 DeepSeek Harness 的一款 MIT 许可证插件,由 knlght 维护,旨在解决 DSH 服务在浏览器关闭后仍占用后台端口与内存的问题。该插件在 Settings 侧栏底部新增“关机”页签,提供安全的关机流程:用户点击“关闭 DSH 服务”后需进行二次确认以防误触;确认后页面显示成功面板并尝试自动关闭标签页。其界面配色引用 DSH 主题 token,以适配明暗模式。安装需执行特定插件添加命令并重启 dsh web 服务。技术实现上,插件通过 POST 请求访问 `/_dsh/shutdown` 端点,服务响应后延迟 500ms 执行进程退出。使用时需

Read More
dsh-virtual-workspace:为 DSH 提供跨目录虚拟工作区

dsh-virtual-workspace 是 DSH 的一个 MIT 许可动态 Cordis 插件,由 KevinWen7415 维护。该插件通过将多个项目目录组织为命名虚拟工作区,解决跨项目文件访问零散和效率低下的问题。Agent 可使用 `名字:/相对路径` 的虚拟路径语法统一访问成员目录,并调用包含读取、搜索、编辑等 13 个动作的 `vws` 工具。插件提供侧边栏抽屉用于创建工作区和管理镜像,支持简体中文和英文界面。安全方面,读取操作不受限,但写入和编辑严格遵循会话沙箱边界,越界操作需通过一次性审批升级。工作区定义持久化保存在 `.vws-workspaces.json`,重启后自动

Read More
dsh-archive-viewer:DSH Web GUI 的归档会话管理插件

`dsh-archive-viewer` 是一款面向 DSH Web GUI 的 MIT 许可插件(当前为 3.0.0-test 测试版),旨在集中管理已归档会话。它解决归档会话查看分散、标签整理及日志操作不便的问题,在侧边栏提供统一面板。核心功能包括:查看与恢复归档会话至原工作区;支持关键词即时搜索、多方式排序及基于标签的灵活筛选(支持 AND/OR 模式);允许用户为会话添加自定义标签,数据通过本地 HTTP API 持久化;内嵌 AI 助手,调用 DSH agent 辅助检索与整理,且自动隔离内部会话;支持查看分页日志及导出 ZIP 文件。插件支持中英双语、多种布局及即时保存设置,并适配

Read More
dsh-ci-doctor:监视 GitHub Actions 失败并生成结构化诊断

`dsh-ci-doctor` 是一个 DeepSeek Harness(DSH)插件,旨在解决 GitHub Actions 失败后日志分析繁琐的痛点。该插件提供监视与诊断两大核心能力:通过 `ci_watch` 启动后台任务,轮询新的失败运行并设置基线,避免历史故障误报;通过 `ci_diagnose` 将原始日志转化为结构化发现,生成包含归一化错误签名、失败类别及可疑文件的 Markdown 诊断卡。 插件严格遵循只读契约,仅读取 GitHub 状态,不执行推送、合并或重跑等写操作。它依赖已认证的 GitHub CLI 会话,支持通过自然语言指令启动监视或诊断指定运行。此外,插件具备签名

Read More
jiruidai/dsh-meta-orchestrator:在 DeepSeek Harness 中运行时合成任务工作流

`dsh-meta-orchestrator` 是一个 DeepSeek Harness(DSH)插件,旨在解决固定流水线与具体任务不匹配的问题。它作为“模型原生元代理”,在运行时根据请求动态合成任务专属工作流,避免硬编码路由。核心功能包括支持五种工作模式(如提示链、并行工作者、路由等),通过向系统提示注入指令块,并提供 `orchestrate`、`adapt_workflow`、`complete_workflow` 三个工具来记录、修订和完成任务计划,实现计划的持久化保存与版本化。该插件不内置运行时,而是依赖 DSH 原语(如子代理、待办事项、工作流脚本)执行任务。安装需使用带 stor

Read More
dsh-skillport:在 DSH 中复用已有 Agent Skills

`dsh-skillport` 是一个 MIT 许可的 DSH 插件,旨在帮助开发者将现有工具(如 Claude Code、Cursor、Gemini CLI)中的技能文件无缝接入 DSH 原生注册表,解决 DSH 无法直接发现或读取这些相邻格式的问题。 该插件主要实现三大功能: 1. **多源发现**:自动扫描 `.claude/skills`、`~/.gemini/antigravity/skills` 等 DSH 默认不覆盖的位置,并避免与 DSH 原生路径重复扫描。 2. **格式转换**:将 Cursor 规则(`.mdc`)转换为模型可调用技能,将 Claude Code 命令转换

Read More
dsh-bill:为 DSH 提供费用归因与用量看板

`dsh-bill` 是一个 DSH 成本归因与用量看板插件,旨在将会话费用从单纯的总额拆解为具体内容类型,如模型输出、工具输入、系统提示及用户输入等。该插件由 Jannchie 维护,基于 `llm-pricing` 解析价格,核心功能包括:按内容类型拆分账单并展示趋势图与热力图;显示每轮对话的成本、步骤数及缓存命中率;提供常驻界面状态,如侧栏今日花费与预算对比;生成包含总量、月度预测及账户余额的详细报告;支持每日、每月及全周期预算设置与超支预警;集成约 166 种货币的实时汇率展示;以及提供 `bill_stats` 工具供模型直接查询花费数据。 安装需使用 `dsh plugin --p

Read More
dsh-side-workspace:DSH 侧边会话与右侧工作区

dsh-side-workspace 是一款面向 DSH 智能体工作流的开源插件,旨在解决主会话被旁支问题打散的问题,保持主线程聚焦。该插件提供四项核心功能:一是侧边会话支持,通过 `/side` 命令启动可继续的后台会话,或通过 `/btw` 处理一次性只读问题;二是右侧集成工作区,将 Side(侧边会话)、Subagents(子代理)和 Goal(目标)分区整合,便于集中管理状态;三是置顶摘要小黑板,用于记录阶段结论,仅手动同步目标;四是尽力而为的侧边栏折叠热区。插件采用 bundle-type 安装模式,需通过 profile 挂载并重启 dsh web 服务。它适用于希望结构化处理旁支

Read More
dsh-native-launcher:为 DeepSeek Harness Web UI 增加 Windows 桌面启动体验

dsh-native-launcher 是一款面向 Windows 的 DSH 插件,旨在将 DeepSeek Harness Web UI 增强为具备桌面应用体验的入口。该插件不依赖 Electron 或 Python 等重型运行时,而是利用 Windows 原生机制实现轻量化扩展。其核心功能包括:生成桌面快捷方式以一键启动或聚焦现有窗口;提供独立应用窗口,拥有独立任务栏图标且无浏览器地址栏;通过系统托盘常驻图标管理启动与退出,并接收任务状态(如完成、错误、待审批)的原生通知;支持配置关闭窗口时的服务退出行为;以及通过可视化设置页管理启动命令、端口及各功能模块。插件支持一键卸载,可清理快捷方

Read More
dsh-clean-desktop-shell:给已配置 DSH Web 增加原生桌面壳

dsh-clean-desktop-shell 是 DeepSeek Harness (DSH) 的一款 MIT 许可证插件,旨在为已配置好的 DSH Web 提供原生桌面窗口壳。它不改变 Web 界面,仅通过 Electron 实现系统托盘、单实例行为及后端管理功能,支持复用现有 Web 配置,实现零迁移。该插件默认连接本地 3080 端口,具备后端活性监测、离线页展示及自动重连能力。用户可通过托盘一键启动、重启或关闭后端服务,并支持自动探测后端路径、创建桌面快捷方式及检查更新。分发形式包括 DSH 插件版和独立安装包版,后者支持 Windows NSIS 自动更新及 macOS Intel

Read More
dsh-tool-user-memory:DeepSeek Harness 跨会话用户偏好记忆插件

`dsh-tool-user-memory` 是 DeepSeek Harness(DSH)的一款开源用户偏好记忆插件,旨在解决跨会话偏好重复说明的问题。该插件将语言习惯、沟通风格等稳定偏好持久化存储至 `$DSH_HOME/user-memory/user.md`,并在每个会话的系统提示词中自动注入,实现记忆共享。 核心功能包括通过 `memory_update` 和 `memory_get` 接口自动记录、读取或删除偏好,以及支持手动编辑画像文件。安装通过 `dsh plugin` 命令完成,默认零配置即可使用,支持在 `cordis.patch.yml` 中调整存储路径、字节上限及注入策

Read More
hunter118/dsh-s7r:面向 DeepSeek Harness 的 S7R 工作站插件

dsh-s7r 是 DeepSeek Harness (DSH) 的 Web UI 插件(v0.9.4,MIT 许可证),旨在通过 System 7 风格的多窗口桌面环境,统一展示 DSH 的 Agents、Workspaces、文件、终端及会话历史。作为外壳工具,它不复制数据,而是以 DSH 为数据源,在浏览器端保留窗口位置等 UI 偏好。核心功能包括 Knowledge Desk(管理 Agent 生命周期)、Agent 窗口(显示输出、工具及上下文压力)、Workspace 内含的文件浏览与编辑、Owner-scoped 终端以及全局查找。此外,它还提供系统监视器、Scrapbook 卡

Read More
dsh-skillradar:为当前 DSH 会话推荐下一个要加载的技能

dsh-skillradar 是 DeepSeek Harness 的 MIT 许可插件,旨在解决多技能会话中模型难以确定应加载哪个技能的问题。该插件通过扫描当前会话可见的技能,基于近期对话文本(英文和中文 token 重叠)进行评分,并推荐下一个最相关的技能。它提供 `skill_radar` 模型工具,支持 `session_id` 和 `limit` 配置,可选提供交互式 Web UI。在数据安全方面,它仅读取当前会话最近 8000 字符消息文本和技能目录,不进行数据写入、网络请求或使用凭据。安装需兼容 DSH 0.1.0-rc.6,可通过 GitHub 或本地克隆添加插件后重启生效。典

Read More
dsh-qrcode:DeepSeek Harness 的离线二维码与条形码生成插件

hellosky983/dsh-qrcode 是面向 DeepSeek Harness (DSH) 的 MIT 许可证插件(v0.2.0),专为受限网络或沙箱环境设计。它通过本地离线计算生成二维码和条形码,全程无需网络、Shell 或运行时依赖,且无环境变量及密钥泄露风险。该插件提供 qrcode 和 barcode 两个模型工具,支持 URL、WIFI、vCard 等内容的二维码生成,以及 Code128 和 EAN-13 条形码。输出格式涵盖 SVG、PNG 和 ASCII,其中 SVG 推荐用于文件保存,PNG 以 data URL 形式返回。安装命令为 dsh plugin add g

Read More
dsh-obsidian:给 DeepSeek Harness 接入 Obsidian vault 的 host-only 插件

dsh-obsidian 是一款面向 DeepSeek Harness (DSH) 的 Host-only Obsidian 集成插件,旨在解决通用文件工具操作知识库时的路径越界、误删及并发覆盖等问题。该插件通过一组 `obsidian_*` 工具,将 Vault 文件操作、知识检索、附件管理及编辑器命令收敛至 DSH 环境中,且不依赖浏览器客户端或 HTTP 服务。 其核心机制包括按触发词动态注入 25 个专用工具,确保仅相关会话可见;Vault 层实施严格的安全约束,如路径校验、原子写入及二进制限制;编辑器与命令功能则需安装 Companion 并通过 IPC 通信实现。安装需使用 DSH

Read More
dsh-ecc:面向 DeepSeek Harness 的 ECC 技能移植插件

dsh-ecc 是由 gongyijie85 维护的 DeepSeek Harness (DSH) 插件,旨在解决 DSH 中接入外部技能库的配置难题。该插件将拥有 227k star 的 ECC 系统技能移植至 DSH 架构,通过向 `ctx.skills` 注册表注册技能提供者,实现技能文件随包分发。用户无需逐个配置,即可通过 `skill` 工具直接加载技能。 项目采用 MIT 许可证,当前版本为 0.5.0,具备零运行时依赖和原生 YAML frontmatter 解析能力。累计已移植 274 个技能(共 286 个),涵盖工程方法论、前后端框架、运维自动化及医疗、金融等垂直领域。安装

Read More
dsh-plugin-wechat:把 DeepSeek Harness 接入个人微信

`dsh-plugin-wechat` 是一款基于 MIT 许可的插件,旨在将 DeepSeek Harness (DSH) 转化为个人微信机器人。它通过腾讯官方 ClawBot 通道接入,支持微信扫码连接,使用户能直接通过微信文字消息触发 DSH 的 AI,获取包含工具和记忆的回复,并可利用 `web_search` 工具进行联网搜索(可通过环境变量关闭)。目前该插件仅支持文字消息,不支持图片、语音等类型,且建议仅用于被动回复,严禁群发或营销。安装过程简单,运行 `npx -y dsh-plugin-wechat` 后扫码并在本地 Web 界面配置 DeepSeek API Key 即可使用

Read More
dsh-memory-gate:让 DeepSeek Harness 的记忆先裁决再注入

dsh-memory-gate 是 DeepSeek Harness 的社区记忆插件,旨在解决长期记忆中低置信或过期信息被直接注入上下文的问题。该插件在记忆进入上下文前执行 CBDC(Claim → Belief → Decision → Consumption)门控,输出可解释的 use、verify 或 ignore 决策,实现“检索到不等于注入”。 核心功能包括注入前裁决、使用后反馈及近重复处理。通过 helped、harmful 和 stale 反馈动态调整记忆置信度,并自动标记高重叠记忆为已取代。插件支持 session、workspace 和 global 三种作用域,本地使用 S

Read More
dsh-voice-input:DeepSeek Harness Web UI 的语音输入插件

forrestahha/dsh-voice-input 是一款面向 DeepSeek Harness Web UI 的语音转文字插件,采用 MIT 许可证。它在 composer 发送按钮前添加麦克风入口,利用浏览器 Web Speech API 将识别结果流式写入当前草稿,但不自动发送消息,最终由用户手动确认。该插件支持标准及 WebKit 前缀的 SpeechRecognition,默认回退语言为中文,并优化了 CJK 和拉丁文本的空格处理。安装无需额外 API 密钥或后端服务,通过 `dsh plugin` 命令即可添加到 Web profile。主要适用于使用 Chromium 等支持

Read More
dsh-kanban:DeepSeek Harness Web UI 的任务看板插件

dsh-kanban 是一款专为 DeepSeek Harness (DSH) Web UI 设计的任务看板插件,旨在不替换宿主应用的前提下,通过侧边栏增强任务管理体验。该插件将 Harness 会话组织为 Inbox、Ready、Running、Blocked 和 Done 五列视图。其中,Running、Blocked 和 Done 状态由实时会话自动推导,而 idle 会话可手动归类至 Inbox 或 Ready,手动位置保存在浏览器本地存储中。 核心功能包括通过 `/kanban` 入口查看会话状态、整理待办任务,并直接利用 Harness runtime 从看板创建新任务,确保与宿主

Read More
dsh-watch:为 DeepSeek Harness agent 增加后台流监听

dshworks/dsh-watch 是 DeepSeek Harness 的后台流监听插件,用于解决 Agent 需持续监听命令输出或日志文件新行的问题。它支持 `command` 和 `file` 两种流源,通过过滤、批量和字节受限的会话内通知唤醒 Agent,避免数据过载。每个监听任务作为一等 background job 管理,支持标准的 job 列表、输出查看及终止操作。插件具备可选的 JavaScript 正则过滤、Wake Budget/Token Bucket 机制以及事件预算限制,并支持无人值守 daemon 宿主以挂载长期会话。该插件基于 MIT 许可,要求 Node.js

Read More
dshmarketplace-plugin:在 DSH 内浏览并安装插件

dshmarketplace-plugin 是由 DshMarketPlace 维护的 DSH 插件,采用 MIT 许可证,旨在让用户无需离开 DSH 会话即可在内部完成插件的搜索、查看说明及安装。该插件支持英文和中文,并跟随 DSH 的语言设置显示。 核心功能包括提供 `/store` 命令和设置页入口进行会话内商店操作,以及通过 `dshmarketplace_search` 和 `dshmarketplace_install` 工具允许 Agent 在对话中自动搜索和安装插件。为确保安全性,上架插件需通过安装测试,安装命令经过严格验证以拒绝非法输入,且浏览器端与 Shell 隔离。隐私方

Read More
dsh-release-proof: Generating Reproducible Multi-Source Release Evidence for DeepSeek Harness

`dsh-release-proof` is an official Codex plugin and standalone stdio MCP server for DeepSeek Harness, designed to provide reproducible multi-source release evidence. It downloads all images from an explicit release manifest, verifies HTTP status, length, SHA-256, and version, and generates content-addressed JSON evidence files. The tool supports DSH tool invocation, MCP interfaces, and CLI commands, requires Node.js 22 or higher, and is licensed under MIT. Its security boundaries are strict, allowing only anonymous HTTP(S), prohibiting credentials or custom headers, limiting concurrency and response size, and evidence files contain no timestamps to ensure byte-level consistency. Notably, it only validates the expected values declared in the manifest and does not verify the publisher.

Read More
dsh-recovery-proof: A Read-Only Recovery Drill Evidence Verification Plugin for DeepSeek Harness

dsh-recovery-proof is a read-only recovery drill evidence verification plugin within the DSH system, designed to inspect verifiable evidence left after external recovery drills rather than executing recovery actions. The plugin (v0.2.0, MIT license, requires Node.js >=22) features core functionalities including: verifying that objects referenced by the manifest are ordinary workspace files with SHA-256 hashes consistent with the revision; validating the sequence and semantic constraints of stages such as recovery, failed rollback, and stale plan rejection; and checking whether the RTO meets scenario thresholds. The plugin generates content-addressed JSON reports that explicitly disclose missing, expired evidence, and failed rules. It provides two bundle tools, `inspect` and `verify`, along with corresponding CLI commands, with input limited to explicit J

Read More
dsh-audit-bundle: Generating Content-Addressed Audit Indexes for DeepSeek Harness Evidence

The dsh-audit-bundle is an MIT-licensed plugin for DeepSeek Harness, designed to provide an independent evidence verification layer. It declares audit objects through explicit manifests, verifying whether specific subject IDs and revisions possess sufficient, type-compliant, and pinned JSON evidence from independent producers to cover the declared controls. The plugin performs fail-closed verification, rejecting missing, outdated, or invalid evidence as well as non-independent producers. Upon successful verification, it generates a content-addressed JSON index containing a Merkle root, ensuring auditability. The plugin exposes both DSH tools and MCP services, supporting inspect and verify operations, although the MCP

Read More
dsh-2origin: Providing 2Origin State Projection, Semantic Diff, and Immutable Freeze for DeepSeek Harness

dsh-2origin is a third-party plugin for DeepSeek Harness (DSH), designed to use the task.origin.json state file as a verifiable evidence object, replacing chat logs as the basis for task handover. The plugin adheres to the "evidence-first" principle and provides three core features: state projection, semantic diff, and immutable freezing. First, the status command outputs a compact projection, counts, and hash consistency to confirm readability; second, the diff command performs a read-only semantic comparison of candidate JSON files, automatically excluding non-content fields such as version and time to eliminate false changes; finally, the freeze command creates a content-addressed immutable snapshot based on observed hashes, ensuring exclusive creation and read-back verification. The plugin offers both a CLI and a Codex plugin surface, along with

Read More
@cyber-moshen/dsh-plugin-market: Open-source plugin marketplace for DSH web GUI

`@cyber-moshen/dsh-plugin-market` is an open-source plugin marketplace designed for the DSH web GUI, aimed at centralizing the management of plugin discovery, installation, updates, and uninstallation. It provides a `Settings → Plugin Workshop` page that displays community plugin tags, GitHub stars, maintenance status, and version information in a card grid layout, with support for searching, filtering, and sorting by popularity or maintenance status. Users can perform plugin installation, updates, or uninstallation with a single click, while the system backend invokes the `dsh plugin` CLI for processing; pure JavaScript plugins support hot reload, while those with native modules require a restart. This plugin emphasizes security by performing dependency audits before installation and startup composition checks after installation, with automatic rollback on failure to prevent the DSH process from crashing due to bad plugins.

Read More
SkillHub-Plugin: Search, Install, and Manage SkillHub Skills in DeepSeek Harness Conversations

The skillhub-plugin is an MIT-licensed plugin for the DeepSeek Harness (DSH) environment, maintained by cocofhu, designed to simplify the search, installation, and management of SkillHub skills and DSH plugins within conversations. Its core features include searching for skills via public interfaces, displaying clickable skill cards in conversations (with details, ratings, and safety markers), supporting version-specific downloads and uninstalls, one-click updates to the latest release, and browsing and directly installing DSH plugins. Installation requires Node.js 22+ and pnpm 11, executed via `dsh plugin --profile web add skillhub-plugin`, followed by a service restart. Users can interact using natural language commands (e.g.,

Read More
dsh-web-search-tavily: Switch DSH's web_search to Tavily, Usable Without an API Key

`dsh-web-search-tavily` is a DeepSeek Harness (DSH) community plugin maintained by cnChenKai, licensed under the MIT License. This plugin provides Tavily-based backend support for DSH's web search capabilities, enabling the built-in `web_search` tool to call the Tavily API instead of the default DeepSeek routing. Core features include support for Keyless mode, which accesses directly via the official Header when no API Key is configured, requiring no initial setup; if `TAVILY_API_KEY` is set (read from environment variables or a configuration file), it automatically switches to key-based mode to enhance quotas. Default parameters include basic search depth and 5

Read More
DSH Plugin Mobile Gateway: iPhone Connects to DSH via Device-Authenticated WebSocket

dsh-plugin-mobile-gateway is a DSH plugin licensed under MIT, designed to allow iPhones to connect to DeepSeek Harness via WebSocket with device authentication. The plugin provides a "Mobile Devices" entry point in the DSH WebUI, supporting gateway activation, generation of one-time pairing QR codes, and management of trusted devices. The plugin supports multiple access scenarios: first, LAN access via `ws://<IP>:3081/ws/mobile`; second, public access from Linux servers, suitable for Ubuntu/Debian systems, automatically installing components such as Nginx and Certbot through initialization commands to provide a `wss://<IP>/ws/mobile` entry point; third, remote

Read More
dsh-plugin-advisor: Quality-Aware DeepSeek Harness Plugin Discovery

dsh-plugin-advisor is a DSH plugin developed by ChengxiuCDP under the MIT license, designed to address the issue of "many plugins but difficulty finding the right one" in the DSH plugin ecosystem. It allows users to describe their needs in natural language and, based on a pure rule engine (without relying on LLM interfaces), returns plugin recommendations with quality scores, risk badges, and installation commands. The plugin includes a built-in index covering 4,700+ repositories, supports daily snapshot updates, and enhances freshness by overlaying real-time GitHub searches when the local gh CLI is available. Its quality evaluation dimensions include installability declarations, curated inclusion, stars, activity, and licenses, and it can identify risks such as missing licenses and discontinued updates. Users only need to input their needs in a DSH conversation to obtain top matches, matching reasons, and risk alerts. Installation

Read More
dsh-pomodoro: Adding a Pomodoro Timer to DSH Web

`dsh-pomodoro` is an MIT-licensed plugin designed specifically for the DeepSeek Harness (DSH) web interface, aimed at integrating a focus timer into the working environment. The plugin provides a sidebar entry and a draggable overlay, supporting customizable focus and break durations, phase controls (start, pause, reset, skip), a circular progress display, and in-app reminders with optional system notifications. It features a Mini compact mode, state persistence (automatic timer restoration after restart), bilingual language switching between Chinese and English, and adapts to DSH light/dark themes and accessibility preferences. Installation requires DSH `>=0.1.0-rc.7`, Node.js `^22.19.0` or `>=24.0.0`, and running under the `web` profile. Users can install it via the command line `dsh plug`

Read More
dsh-revdiff: DeepSeek Harness Interactive Diff Review Plugin

`dsh-revdiff` is a native interactive Git diff review plugin for DeepSeek Harness, designed to enable a closed-loop workflow of "modifying code - reviewing changes - providing feedback to the Agent". The plugin is released under the MIT license and requires a Node.js environment of ^22.19.0 or >=24.0.0. Its core functionality includes supporting interactive reviews of tracked, staged, or unstaged changes, allowing annotations such as issues, suggestions, questions, and praise to be added at the file and code-line level, and submitting structured review comments directly to the current Agent via `agent.followup()`. Users can invoke it with the `/revdiff` command and parameters such as `--staged`, paths

Read More
dsh-motion: Adding Restrained Interface Motion Effects to DeepSeek Harness

dsh-motion is a lightweight browser extension for DeepSeek Harness, maintained by bilbillm and licensed under the MIT License. It aims to resolve conflicts between transition animations implemented independently by themes or applications and the host environment's animations, theme variables, and accessibility settings. It provides short, restrained entry, exit, and state-switching effects for components with stable semantic markers, such as menus, dialogs, and tab panels. The extension follows a conservative approach, prioritizing the preservation of host or theme behaviors, and only animates opacity, displacement, scaling, and color properties for transient interface states. It supports paired exit effects, directional page-turn hints, and pausing of glass panel background sampling. The extension listens in real time for prefers-reduced-motion, automatically disabling displacement and fade-in effects when reduced motion is enabled, and features no settings page or persistent animation loops. Installation requires No.

Read More
dsh-theme-plugin: DSH Web GUI Theme Presets and Light/Dark Mode Customization

The dsh-theme-plugin is a theme plugin for the DeepSeek Harness Web GUI, offering 5 preset themes along with Light/Dark mode customization capabilities. Users can adjust accent, background, foreground, font, sidebar transparency, and contrast in real time, with changes applied instantly via the official API without requiring a page refresh. Selections are saved in localStorage and persist after refreshing. The plugin injects styles through the official seam without modifying source files, deriving over 70 semantic tokens based on background and other properties. It provides both a GUI settings interface and a YAML configuration method, with the GUI taking priority over the configuration file. Installation requires Node.js 22.19+; users can execute the specified command to add the plugin and restart the web service to enable it. It is suitable for users who wish to personalize the DSH interface to enhance their reading experience; note that color controls are not available under the stock preset.

Read More
DSH-Conv-Search: Adding a Current Session Search Bar to DeepSeek Harness Conversation

dsh-conv-search is a DSH client plugin maintained by beijingwahw, designed to address the overly broad scope of the browser's native find function in long conversations. The plugin restricts searches to the scrollable area of the current active session, matching user messages, assistant text, tool cards, and paginated history, while excluding the sidebar and draft area. It leverages the CSS Custom Highlight API for highlighting without modifying the React DOM, supports case-sensitive and whole-word matching options, and provides n/total counts along with navigation to previous and next matches. The plugin follows streaming output and debounced re-searching for paginated loading, maintaining stable scroll positions. Installation requires Node.js 22+ and pnpm, with installation via the dsh plugin add command followed by a service restart. Typical usage includes opening via keyboard shortcuts.

Read More
dsh-conv-export: Export DeepSeek Harness Conversations to Markdown, PDF, or Long Images

dsh-conv-export is a DSH client plugin maintained by beijingwahw under the MIT license, designed to solve the problem of long conversation content being inconvenient to save and share. The plugin supports exporting the current DeepSeek Harness conversation to Markdown, PDF (downloaded directly without a print dialog), or long-image PNG formats, and can batch export multiple historical sessions as a Markdown ZIP package. Users can export by clicking the download icon at the top of the conversation header, with support for filtering by round to export only specific content. The plugin features automatic switching between Chinese and English menus, can be safely uninstalled, and claims to have no storage domains, no outbound network requests, and a stateless design. Installation requires Node.js ≥ 22 and the pnpm environment, via `dsh plugin add`.

Read More
dsh-web-enhanced: Adding Task Board, Git Graph and Enhanced Panel to DeepSeek Harness Web Client

dsh-web-enhanced is a third-party enhancement plugin maintained by banlanzs, designed specifically for the DeepSeek Harness Web interface. It is developed independently from the official repository, extending functionality only through standard interfaces without modifying source code. Its core capabilities include: a task board supporting cron scheduling, Git graphs, a Workspace view with file resource and change management, reference chip management for long texts exceeding 2,000 characters, global prompt configuration, file/folder references, real-time display of DeepSeek API balance (retaining the last valid snapshot on failure), and image understanding functionality for pure text models. Additionally, it provides interface skins and custom background settings. This plugin runs with current process permissions, and it is recommended to review the source code and license before use. Notes: global prompts are not applicable to M

Read More
dsh-update-notifier: Persistent Version and Update Notifications in the DSH Sidebar

dsh-update-notifier is a community plugin (MIT licensed) maintained by arvin-yd, designed to provide version management for DeepSeek Harness (DSH). It persistently displays the currently installed DSH version at the bottom of the sidebar in the web interface, and monitors the latest version of `@deepseek-ai/dsh` by polling the npm registry. When an update is detected, the plugin shows a red dot and pops up an update panel, offering actions such as viewing version details, copying the update command, ignoring the update, or one-click updating. The one-click update supports both npx-cache and global npm installations, but requires two user confirmations, and an npx-cache update restarts the process to bind the port. This plugin requires Node.js >=22.0.

Read More
dsh-arena: A Local Experiment and Evaluation Workbench Plugin for DeepSeek Harness

dsh-arena is a local experimentation and evaluation workbench plugin for DeepSeek Harness (DSH), designed to address the issues of stability comparison among multiple candidate profiles under the same task, as well as the trade-offs among quality, duration, and cost. The tool is licensed under MIT, version 0.2.0, and supports local installation rather than npm publication. Its core features include executing deterministic hard threshold judgments (failing if not met), summarizing winners via Pareto ranking, and providing a real-time web matrix interface to view running status and metrics. The tool incorporates local atomic persistence, concurrency control, and timeout abort functionality, and automatically sanitizes credentials before exporting reports. All operations are performed locally and offline, with no remote uploads. Installation requires building and testing first, then adding via the `pnpm dsh plugin` command, requiring Node

Read More
dsh-kanban: A Kanban Plugin for Collaboration with AI Agents in DeepSeek Harness

`alpacachen/dsh-kanban` is a DeepSeek Harness (DSH) plugin designed to optimize workflows by integrating a task board. It addresses the synchronization lag issues of traditional external tools by allowing users and AI agents to share task status, priorities, and change history within the same interface, achieving seamless alignment between conversation and task management. The plugin supports creating, editing, and dragging cards and lists, along with label management, P0-P2 priority filtering, and activity timeline tracking. Core features include 14 built-in `kanban_*` tools for agent invocation, the ability to send card content to the current or a new session, and support for workspace isolation, disk persistence, and dark mode. Installation requires DSH with React 18.2+ support, executed via `dsh p

Read More
DSH Session Pins: Providing Persistent Pinned Session Menus for DeepSeek Harness

The DSH plugin `dsh-session-pins` developed by alooshxl aims to solve the difficulty of finding frequently used sessions in the DeepSeek Harness Web sidebar. This plugin is based on the MIT license and integrates through the public `sidebar.footer.action` slot, without relying on private UI source code or patching the host. Its core functionality provides a pinned sessions menu at the bottom of the sidebar, supporting the pinning of regular, non-empty sessions, with data stored in the browser's local `localStorage`, requiring no API key. The plugin features a robust validation mechanism, limiting the maximum number of pinned items to 100, and synchronizes across same-origin tabs via the `storage` event. Installation requires the `dsh plugin` command to add a specified Git tag.

Read More
dsh-plugin-publisher: A DSH Plugin Development and GitHub Release Workflow Plugin

`dsh-plugin-publisher` is a plugin development and GitHub publishing workflow tool for DeepSeek Harness (DSH), licensed under the MIT License, supporting Node.js >=20. It standardizes the packaging, local validation, and publishing processes, eliminating manual steps. Core features include registering the `dsh-plugin-publishing` skill, which covers environment checks, privacy scanning, repository creation, pushing, and validation; and providing a settings card in the DSH Web GUI to manage skill status and store Fine-grained GitHub PATs. The PAT is written only to local credential storage, is never echoed back, and requires read/write permissions for Contents and Administration. The plugin provides the `pnp

Read More
dsh-mcmp: DeepSeek Harness Mathematical Modeling Competition Paper Pipeline Plugin

dsh-mcmp is a persistent Cordis plugin based on DeepSeek Harness, designed to provide a fully automated pipeline for writing mathematical modeling competition papers. The plugin decomposes the paper generation process into five stages—initialization, EDA, modeling, writing, and typesetting—comprising a total of twenty-two sub-stages, ensuring that each step yields verifiable artifacts. Its core mechanisms include dual questioning from the central console, P0-P3 rating handling, exponential backoff retry, and forced fallback mechanisms. Regardless of whether the pipeline completes normally, encounters errors, or is aborted, a Final_Paper.md file is ultimately generated, along with stage artifacts, rollback records (ROLLBACK_LESSONS.yaml), file indexes (FILE_INDEX.yaml), and runtime logs. The plugin supports resuming from breakpoints, real-time progress monitoring, and manual intervention, via pnpm.

Read More
dsh-model-search: Adding Searchable Filtering to the DeepSeek Harness Model Selector

`dsh-model-search` is a DeepSeek Harness plugin maintained by a1073097082, designed to solve the cumbersome problem of finding models in the model selector. This plugin adds a searchable filtering feature to the model selector, allowing users to quickly locate candidate models by vendor name, model name, or model ID. Its core features include support for case-insensitive keyword search, as well as allowing spaces to act as wildcards (for example, entering "GPT 6" can match both "GPT-5.6" and "GPT-6"). The plugin adopts a client-only overlay mechanism, does not alter model routing or credentials, and follows the MIT license. Users can install it by executing `dsh plugin --profile web add git`

Read More
Restart DSH Service with One Click in Settings → General

`dsh-setting-restart` is a plugin designed for DeepSeek Harness (DSH) web profile users, aiming to address the inconvenience of having to switch to a terminal to restart services from the browser side. It provides a "One-Click Restart" entry at the bottom of the `Settings → General` page, enabling detached restart of the service process and automatic reconnection of the browser tab. This plugin requires `dsh ≥ 0.1.0-rc.6` and Node.js `≥ 20`. During installation, the plugin needs to be added and `cordis.patch.yml` configured, supporting both Simplified Chinese and English bilingual interfaces. Core configuration items include `exitDelayMs`, `waitForExitMs`, and `respawn`

Read More
dsh-neo-skin: Overlaying Neo-brutalism Skin on DeepSeek Harness Web UI

dsh-neo-skin is a zero-dependency web UI client skin plugin within the DSH plugin ecosystem, developed under the MIT license. It overlays neo-brutalism semantic tokens on top of the built-in light, dark, and system themes, achieving hard shadows, 2px borders, sharp-cornered panels, and a high-contrast style without replacing the original themes. The plugin includes two built-in schemes, "Blue Command" and "Aged Newspaper," which can be switched in real time in settings, with the state persistently stored in localStorage. It is compatible with components such as dsh-voice-input and supports multiple theme modes. Installation requires building the bundle locally, then adding it to the Web profile via the dsh plugin command, and configuring it in the configuration file.

Read More
DSH Telemetry Redactor: Credential Redaction for Exported Telemetry Copies

`dsh-telemetry-redactor` is a community-maintained MIT-licensed plugin designed to reduce the risk of sensitive data leakage when session telemetry is transmitted externally in DeepSeek Harness (DSH). This plugin is mounted on the official telemetry waterfall, applying recursive redaction only to the outbound copies sent to the backend, while leaving the original canonical session log unchanged and without altering existing telemetry backend configurations. Its redaction scope covers three categories of content: values under high-risk key names (such as token, password), Bearer/Basic authentication information embedded in strings, and common credential patterns (such as s

Read More
dsh-context-provenance: A Read-Only Ledger for DSH Request Evidence

dsh-context-provenance is a community-maintained, MIT-licensed DSH plugin designed for safely debugging agent behavior. It compares evidence changes between two adjacent requests (such as provider, model, system, etc.) to avoid directly exposing sensitive content like prompts and messages. The plugin adopts an observe-only mechanism, relying solely on public runtime interfaces, and marks field states as Observed, Estimated, or Unavailable. It strictly limits local memory retention to observations from only the most recent two ordinary agent-loop requests, performs no file, network, subprocess, or GPU operations, and does not modify requests. When the official Cordis inspect service is present, the plugin

Read More
DSH-Task-Planner: An Experience-Based Task Planning Plugin for DeepSeek Harness

`dsh-task-planner` is a task planning plugin for DeepSeek Harness, designed to address the issues of lacking historical solution reuse and rule hard-coding mismatches when agents execute complex tasks. This plugin adopts a planning mode with "experiential muscle memory," and its core mechanisms include: 1. **Experience Library Management**: It consolidates historical solutions into editable Markdown files (default path `~/.dsh/planner-lessons`), supporting saving, recalling, and listing experiences, and follows a lifecycle of "draft-validate-discard/skill." 2. **Conditioned-Reflex Planning**: Before a task begins, the plugin first recalls similar historical solutions, and the LLM evaluates their suitability. If suitable, it reuses and improves them; otherwise, it re-plans from scratch, ultimately outputting a step-by-step plan that integrates a capability catalog and risk analysis.

Read More
dsh-llm-codex-app-server: Registering Local Codex App Server as a DSH Main Model Provider

`dsh-llm-codex-app-server` is a DeepSeek Harness LLM Provider plugin designed to integrate a locally authenticated Codex App Server into DSH's agent loop. This plugin is compatible with DSH versions `>=0.1.2-alpha.1 <0.2.0` and is an out-of-tree bundle, meaning it does not modify the core repository after installation. Its core capabilities include registering `codex-local` as the primary model Provider, reusing the local `CODEX_HOME` authentication state without storing secrets, and supporting session reuse, cold-start context recovery, tool call mapping, and exposing `harness_skill`. The plugin can integrate Codex

Read More
dsh-desktop-min: Minimal Desktop Extension Host for DeepSeek Harness

dsh-desktop-min is a minimal, product-neutral DeepSeek Harness desktop shell based on Electron, designed to provide a secure minimal runtime environment for third-party desktop extensions. It launches a web-capable DSH profile in a secure Electron window, supporting automatic discovery or explicit loading of Native extensions via `--extension`. Native entry points can register JSON capabilities, replace Host connectors, execute Host commands, and observe the main window, with full Electron API access granted only when full-trust is explicitly declared. Regular plugins cannot directly obtain Node.js or native IPC permissions. This repository does not include Age.

Read More
dsh-session-pause: Pausing the Current Round in DSH and Supporting Resume After Restart

`watericetangcw/dsh-session-pause` is a community web plugin for DSH, designed to achieve graceful suspension and resumption of sessions without terminating processes or introducing new storage formats. It allows users to pause at step boundaries during the current round of execution, fully preserving messages, tool calls, and context, and to resume later or even after a DSH restart. The plugin operates through a newly added pause button and the slash commands `/pause`, `/pause-cancel`, and `/resume`, with support for canceling pause requests. Installation requires the `dsh plugin add` command, and the environment must have Node.js version ^22.19.0 or higher; direct installation via npm is not recommended. This plugin is licensed under MIT and does not modify the DSH core code, making it suitable for scenarios requiring—

Read More
dsh-opencode-usage: Displaying OpenCode Go Package Usage in the DSH Web GUI

dsh-opencode-usage is an open-source plugin (MIT licensed) developed for the DSH web GUI, designed to monitor OpenCode Go package usage in real time. The plugin provides a persistent badge below the composer input box, displaying usage percentages and reset countdowns across three windows—rolling, weekly, and monthly—with support for automatic refresh. Clicking the badge expands a detailed card showing progress bars, real-time countdowns, and configuration options for API Key, Base URL, and refresh interval. Additionally, it offers a parameterless tool `opencode_go_usage` that allows agents to directly query package balance during conversations. The plugin is developed purely from source code with no build steps, handles requests through same-origin routing to ensure API Keys do not enter the browser, and defaults to reading from environment variables.

Read More
tuogusa/dsh-skill-manager: DSH Skill Manager

`tuogusa/dsh-skill-manager` is a Web GUI plugin for DeepSeek Harness (DSH), designed to centrally manage skills from projects, the DSH-Home directory, and user directories, addressing the issues of difficult path lookup and missing update entry points. The plugin provides a unified entry point under "Settings → Skills," supporting listing, searching, copying paths, and viewing skill details (such as size, file count, and usage markers). Its core functionality includes a safe deletion mechanism: deletion operations are restricted to known root directories to prevent path traversal, and a session-level recycle bin is provided, allowing one-click restoration or permanent deletion within the current session. Additionally, the plugin supports version detection and updates by reading metadata from `SKILL.md`, checking the latest Release from GitHub/Gitee and initiating automatic updates; upon failure

Read More
dsh-auth-gate: Adding a Login Gateway to DSH Web Instances

dsh-auth-gate is an authentication plugin for DSH web instances, designed to uniformly add login verification to pages, APIs, and WebSocket connections. The plugin is licensed under the MIT License, requires Node >=22.19.0, supports two modes—password authentication and shared token authentication—with token mode enabled by default and the key managed via the environment variable DSH_AUTH_TOKEN. In password mode, TOTP two-step verification compliant with RFC 6238 can be optionally enabled. In terms of security, the plugin hashes passwords by default, implements login rate limiting, uses Secure session cookies, and blocks access when configuration is missing to ensure safety. The plugin provides the dsh-auth CLI tool, supporting user addition, listing, disabling, and TOTP management. After installation, it must be configured through pr

Read More
dsh-slack: DSH Community Plugin for Bidirectional Communication Between Agents and Slack

The DSH community plugin `dsh-slack` is designed to enable bidirectional communication between agents and Slack, providing four core tools: `slack_notify`, `slack_channels`, `slack_inbox`, and `slack_reply`. This plugin supports reading messages via Socket Mode, listing visible channels, sending Markdown notifications, and thread replies, but does not support RTM or interactive components such as buttons and modals. During installation, you need to configure the Slack bot token and app token (which can be set via the environment variables `DSH_SLACK_TOKEN` and `DSH_SLACK_APP_TOKEN` or through a configuration file), and execute `dsh plugin --profile w`

Read More
DS-Vision-Plugin: A Web Image-to-Text Plugin for DeepSeek Harness

ds-vision-plugin is an open-source plugin designed for DeepSeek Harness, aimed at addressing the issue that text-based models cannot directly process image inputs. The plugin automatically converts pasted or dragged images into text within the web interface for DeepSeek models to continue reasoning, eliminating the need for users to manually switch tools or models. Its core features include support for a four-model racing mechanism (such as the agnes and glm series) to achieve fast and reliable first valid responses; routing support for Baidu OCR or local Tesseract, with fallback to a vision-language model when unavailable; and the ability to integrate custom OpenAI-compatible models or local runtimes (Ollama/LM Studio). Additionally, the plugin offers comprehensive diagnostic tools and YAML hot-reload functionality.

Read More
DSH Plugin dsh-deeplink: Open a Specific Session or Project Directly from a URL

dsh-deeplink is a lightweight plugin for the DSH WebUI, designed to address the pain point of manually searching for conversation sessions. It allows users to directly open a specific conversation within a designated project or workspace via URL query parameters (`?session=<id>` or `?workspace=<id>`), with a session-first strategy. The plugin features "deep link redirection" and "address bar following," where the latter updates the address bar in real time with the current session ID without polluting browser history. Additionally, it registers model prompts on the backend, enabling the AI to automatically attach real, existing deep link IDs when referencing other sessions or projects. Installation is straightforward, deployable via the `dsh plugin` command without requiring a build step. This plugin is suitable for DSH users who need to share, bookmark session links, or wish to implement intelligent deep link references.

Read More
qwe225380/dsh-omni-router: Task-Level Reliability Plugin for DeepSeek Harness

dsh-omni-router is a proxy reliability kernel specifically designed for DeepSeek Harness (DSH), aimed at enhancing the reliability of task execution through a three-step methodology—Decide, Prepare, and Verify—rather than replacing DSH's execution capabilities. The core functionalities of this plugin include intelligent task intervention, context preparation based on task contracts, capability sufficiency auditing, evidence verification, and failure recovery mechanisms. Its design principles prioritize the reuse of DSH's existing Tools, Skills, and Plugins, only suggesting the installation of missing capabilities when blockers exist, with user approval required by default. Additionally, it supports automatic detection and composition of Router Standards, and provides OmniBench benchmark testing to monitor performance. The current version is 3.0.0-rc.27 (RC status).

Read More
DSH Diff Text Comparison Tool Plugin: dsh-tool-diff

dsh-tool-diff is a read-only text diff tool within the DSH plugin system, supporting structured comparison of text, JSON, CSV, and Markdown, and generating unified diffs. The tool features pure functions and zero dependencies, with all operations completed entirely in memory and never written to disk. Users must install it to a target profile (such as headless or web) via the `dsh plugin` command, noting that different profiles require independent installation. When invoking it, specify the action type and the before-and-after content, with optional format and primary key parameters. The output is a standard JSON envelope, containing equality status, truncation status, byte count, and a change list. This tool is suitable for scenarios requiring safe comparison of configurations, API responses, or document revisions, but it is subject to a 256 KiB limit on each side of the input.

Read More
DSH-Plugin-Market: Browse, Search, and Install Community Plugins within DeepSeek Harness

dsh-plugin-market is a community plugin marketplace running within the DeepSeek Harness (DSH) web interface, designed to address the scattered nature of plugin discovery, installation, and inspection. This tool allows users to browse community plugins under the GitHub `dsh-plugin` tag, supports sorting by stars or time, and provides LLM-based real-time bidirectional Chinese-English translation search to facilitate Chinese users in finding English plugins. Its core feature includes static security auditing before installation, with a focus on detecting dynamic execution, sensitive credential paths, and malicious installation scripts. If the audit blocks the installation, users can choose to force-install or cancel. Additionally, the marketplace supports one-click installation, updates, uninstallation, hot enabling/disabling, personal favorites, and embedded README viewing (with multilingual switching and garbled text repair). This plugin is authored by nansh.

Read More
dsh-cc-import: Importing Claude Code Memories and Conversations into DeepSeek Harness

Mreate/dsh-cc-import is a DeepSeek Harness Web (DSH) plugin designed to address the context migration issue of Claude Code, supporting the conversion of memory files and conversation history into traceable, resumable DSH sessions. Its core features include: analyzing the codebase via the `/init` command and generating `DSH.md`; high-fidelity importing of `.jsonl` conversation history, faithfully preserving tool invocation parameters and results (without re-execution); supporting sub-agent session import; and providing dual entry points via a sidebar button, overlay selector, and model tools (`cc_history_list`/`cc_import`). The plugin is released under the MIT license and requires Node 22+ and pnpm 10+ environments. For installation, a global installation is required.

Read More
@morlay/session-persistence-rdb: RDB Persistent Session Backend for DeepSeek Harness

`@morlay/session-persistence-rdb` is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to provide a SQLite- or PostgreSQL-based persistent session backend for `ctx.sessionPersistence`. The plugin implements the `PersistenceBackend<number>` interface via Drizzle ORM and reuses upstream coordinator and contract test suites. Before installation, a GitHub Packages access token must be configured in `.npmrc`, and it is crucial to scope the registry strictly to the `@morlay` namespace to avoid interfering with other dependency resolutions. Once enabled, the user...

Read More
DSH-Approval-Gate: DeepSeek Harness Automatic Approval Gating Plugin

dsh-approval-gate is an MIT-licensed plugin for DeepSeek Harness, designed to balance the efficiency of automated approval with security. It leverages Flash models to perform risk pre-assessment on sandbox escape operations, categorizing them into SAFE and RISKY types. For reversible, low-risk operations, the plugin uses a confirmation-based learning mechanism to automatically approve them, reducing repetitive manual confirmations. For the five categories of hard-risk operations—deletions, credential handling, remote/production environments, system paths, and irreversible batch operations—it always routes to manual confirmation to ensure critical security. The plugin provides a manual review UI to display the approval timeline and supports hot-reloading of configurations. Version v0.5.0 introduces file change comparison and one-click revert functionality, allowing users to view unified diffs and restore files based on session snapshots. Users need to install it via the command line.

Read More
dsh-timeline-studio-plugin: Integrating Timeline Studio's .timeline Command Layer into DeepSeek Harness

`dsh-timeline-studio-plugin` is an MIT-licensed plugin maintained by MartinDelophy, designed to connect DeepSeek Harness with Timeline Studio's deterministic `.timeline` command layer. It is not a new video editing interface, but rather enables AI to safely inspect, preview, apply modifications, and render MP4 files within conversations. Core features include packaging the `edit-timeline-studio` Agent Skill, providing seven tools that cover project, track, and transcript inspection, and reducing change risks through revision checks, idempotent operation IDs, and `allowedRoots` filesystem boundaries (including symlink escape protection).

Read More
dsh-undo: Persistent Undo/Redo per User Turn for DeepSeek Harness

dsh-undo is a preview undo/redo plugin for DeepSeek Harness (dsh), designed to address session rollback issues in multi-step tool tasks. It achieves precise undo by rolling back the visible interface according to real user message boundaries and restoring workspace files modified by tools during that turn. Core features include the local command `/undo` (rolling back the latest or a specified turn number), `/redo` (restoring in LIFO order), and rollback operations for message bubbles in the WebUI. The plugin records snapshots in an isolated Git directory to restore files, supporting tracked files and untracked files up to 2MiB, operating only within the Git workspace root, without interfering with the original Git state. Additionally, it terminates top-level background tasks initiated during rolled-back turns. Currently, this plugin is at version 0.3.0-preview.1, depending on

Read More
dsh-all-in: Opening a Local Table While Awaiting Agents in DeepSeek Harness

The DSH plugin dsh-all-in is a locally run entertainment Texas Hold'em game, designed to fill the waiting time during the DeepSeek Harness Agent's thinking process. This plugin opens a full-screen poker table via the "All In" action in the Harness sidebar, adopting a Local-only mode that does not consume network resources, does not write to conversation history, and allows the background Agent to continue running. The game offers a six-player table (1 human, 5 bots), with bots featuring multiple strategy levels ranging from Casual to GTO, where decisions are based on Monte Carlo simulations and table factors. It supports a complete poker flow, custom betting, and both Chinese and English interfaces, with chip data locally persisted. Installation methods include downloading from GitHub Release or cloning the local codebase, and after installation,

Read More
dsh-plugin-subhub: Integrating Third-Party Subscriptions into DeepSeek Harness

`dsh-plugin-subhub` is an MIT-licensed third-party plugin maintained by `kinoward`, designed to integrate subscription accounts from OpenAI, xAI (Grok), and GitHub Copilot into the DeepSeek Harness (DSH) web interface. This plugin allows users to leverage the model capabilities covered by their existing subscriptions without the need to configure separate API keys. Key features include browser-based authorization login, syncing subscribed models to the model selector, and support for text chat, image understanding, generation, and editing. Users are required to ensure that their Node.js version is above 22.19, and can add the plugin via the command `dsh plugin --profile web add github:kinoward/dsh-plu

Read More
@jmcc-guo/dsh-ssh: Adding SSH Terminal Panel and AI Connection Management to DSH

`@jmcc-guo/dsh-ssh` is an MIT-licensed plugin for DeepSeek Harness (DSH) designed to integrate AI-driven SSH connection management with a Web GUI visual terminal panel. It enables AI agents to directly manage SSH connections, execute commands, and view statuses through tools such as `ssh_connect` and `ssh_exec`, while providing human users with a terminal interface supporting real PTY, ANSI colors, and multi-tab functionality for human-machine collaborative operations. Core features include: strict separation of AI and user connections to ensure AI cannot directly manipulate user connections unless explicitly transferred; support for automatic connection saving, restart reuse, and automatic reconnection on unexpected disconnections (except explicit disconnections); and secure credential storage within the DSH cr

Read More
dsh-zotero: Zotero Literature Library Plugin for DeepSeek Harness

dsh-zotero is a Zotero tool plugin for DeepSeek Harness (DSH), maintained by Hongcheng-LI (MIT license). This plugin enables intelligent agents to directly access the local literature library through the Zotero local API (default address 127.0.0.1:23119), without requiring an API Key. Core features include: searching literature (with filters for keywords, categories, publication years, etc.), retrieving item metadata and abstracts, listing PDF attachment paths, parsing and caching full PDF text, and handling note retrieval. Before installation, ensure that Zotero 7+ is running locally and that local communication permissions are enabled. Install using the `dsh plugin --profile web add dsh-zotero` command and restart to complete the setup.

Read More
gitlearnos: Connecting Learners' Git Learning Memory to DeepSeek Harness

gitlearnos is an open-source (MIT licensed) plugin maintained by Guojiz, positioned as an "evidence-driven learning memory and automation" tool for Git-native intelligent agents. It is not an official DeepSeek application, but rather provides a native bundle of the official DeepSeek Harness Developer Preview, exclusive to GitLearnOS. The core of this plugin lies in transforming real learning inputs into traceable evidence and updating learning status, rather than simply generating notes. Its main capabilities include: preserving learner-owned learning memories in a private local Git repository; providing bounded read-only observations of `learning_status` and `learning_route`; and supporting configuration through `gitlearnos.yml`.

Read More
dsh-plugin-deepeye: A Cordis Plugin Providing Visual Capabilities for DSH

`dsh-plugin-deepeye` is a native Cordis vision plugin designed for DeepSeek Harness (DSH), aimed at resolving the tedious issue of manually invoking external vision services. Developed by Favio8 under the MIT license, it supports Node >=22.19.0 environments. Its core features include tool-based invocation capabilities such as image description, OCR extraction, visual question answering, UI layout analysis, and clipboard screenshot analysis. The plugin supports multiple backends, including OpenAI, Google Gemini, and custom OpenAI-compatible services, and offers functionalities like LRU result caching, automatic image scaling preprocessing to save tokens, and non-blocking asynchronous reading of the system clipboard. Additionally, it supports use in plain-text sessions through

Read More
DeepSeek Harness Web UI Status Desktop Pet Plugin for dsh-deepseek-girl-pet

dsh-deepseek-girl-pet is an open-source Cordis desktop pet plugin based on DSH's "everything is a plugin" philosophy, specifically designed for the DeepSeek Harness Web UI. The plugin intuitively displays the current Session status through an animated character in the lower-right corner of the interface: it shows a standby animation holding a board when idle, switches to a working animation when executing tasks, and switches to a waiting animation when awaiting interaction. Additionally, it supports 16-direction mouse tracking, automatically returns to standby after the mouse stops for 1.1 seconds, allows size switching on click, and is compatible with prefers-reduced-motion. As an unofficial community project (MIT License), the plugin does not modify core source code, does not read or write conversation data, and does not rely on external CDNs, ensuring lightness and safety. Installation methods include installing via dsh.

Read More
dsh-moyan: Displaying a Quote in the DeepSeek Harness WebUI Sidebar

dsh-moyan is a lightweight plugin for the DeepSeek Harness WebUI, released under the MIT license, designed to display famous quotes, classical poetry, or iconic lines with minimal interference in the sidebar, positioned above the "Settings" button. The plugin does not alter the core workflow and primarily provides a maintainable quote slot with refresh controls. Core features include: automatic line wrapping to display sentences and their sources, support for refresh frequencies of "every open" or "daily" (with automatic quote changes across midnight); manual quote switching and the ability to roll back up to the last 5 entries, while the 10 most recently displayed quotes are not repeated in random selection. The corpus is stored externally in `corpus.txt`, supporting real-time editing that takes effect without requiring a service restart. The interface automatically adapts to light/dark modes by following the Harness theme variables, and it automatically hides when the sidebar is collapsed. Installation requires Node.js ≥ 18 and pnpm.

Read More
dsh-go-rotator: OpenCode Go Subscription Key Rotation for DeepSeek Harness

dsh-go-rotator is an open-source plugin designed for DeepSeek Harness (dsh), aimed at addressing the management challenges of multiple OpenCode Go subscription keys. It provides load balancing, automatic rotation, and quota management features, resolving active keys at request time via `apiKeyEnv` to distribute load. When encountering rate limiting, quota exhaustion, or authentication errors, the plugin automatically cools down the current key and switches to other available keys to ensure service continuity. Additionally, the plugin supports cost estimation based on tokens, records rolling window and long-term ledger data, and allows monitoring of status through a web interface or local API. Its built-in quota watchdog can fetch real-time data from the Dashboard and automatically disable keys when thresholds are breached. The plugin stores self-contained data in a local `data/` directory, ensuring key security without writing to logs.

Read More
DSH-CAD-Review: ASCII DXF Inspection and Deterministic Rule Review for DeepSeek Harness

dsh-cad-review is an MIT-licensed plugin within the DeepSeek Harness ecosystem, designed specifically for entity-level deterministic review of ASCII DXF files. It abandons screenshot-based empirical inference and directly reads CAD entities, hashing source files and linking issues to entity handles, layers, source code lines, and geometric positions to ensure results are reproducible and evidence-backed. The plugin supports common geometry types such as LINE and CIRCLE, offering two core functions: `inspect` (evidence-only checking) and `review` (policy-based rule execution), with rules covering invalid values, zero-length lines, layer restrictions, and duplicate entities. It can be invoked via CLI, DSH tools, or the MCP interface, and supports configuring project-specific policies to override default rules. If the review identifies error-level issues, the system returns a specific exit

Read More
dsh-agent-plugin-market: Managing DSH Agent Skills and Hooks with Git Repositories

`dsh-agent-plugin-market` is a DSH plugin (MIT licensed) maintained by Diluka, designed to centrally manage Codex/Claude skills, plugins, and optional Hooks loaded from Git repositories. The plugin treats Git repositories as content markets, automatically discovering available resources by cloning the repository and identifying standard manifest files (such as `marketplace.json` and `plugin.json`). Core features include: supporting global default configuration with workspace-level sparse overrides, allowing independent enabling or disabling of specific plugins and standalone skills across different workspaces; enabling in-place plugin loading without copying files; providing agent tools such as `agent_market_info` for AI to query status or write workspace overrides, while restricting its execution scope to the global level.

Read More
dsh-plugin-toggle: DSH Web Plugin Toggle Panel

dsh-plugin-toggle is a community-maintained DSH web plugin designed to simplify plugin state management. It adds a Plugin Switch interface to the Settings page, displaying loaded plugins as cards with descriptions, enabled states, and runtime stages. The plugin supports grouping by category, fuzzy search, and sorting, allowing users to start or stop non-Core plugins at runtime without modifying configuration files, ensuring reversible and safe operations. Core plugins are protected and cannot be stopped, while other plugin operations require confirmation. Each start/stop record is persisted to a local JSONL file, retaining the latest 1000 entries for querying. Installation methods include adding it via the dsh plugin command or as a profile dependency, requiring Node.js.

Read More
DSH-CoT-Profile: Real-Time Chain-of-Thought Trajectory Profiling Plugin for DeepSeek Harness

dsh-cot-profile is a real-time Chain-of-Thought (CoT) analysis plugin for DeepSeek Harness, designed to visually display the reasoning stream by statistically measuring linguistic indicators, while avoiding direct exposure of the raw reasoning text. This plugin monitors metrics such as specific word frequencies, sentence structure patterns, and block lengths in real-time during sessions, and matches them against built-in baselines based on weighted distance to determine the profile family that the session belongs to, marking it as uncertain when the status is ambiguous. Its core advantage lies in privacy protection, as it only outputs aggregated statistical results to front-end interfaces (such as badges and floating panels) or log files, never transmitting or recording raw reasoning content. Users can customize weights, profile families, and logging methods through web settings or configuration files, with support for saving measurement data in JSON format for baseline calibration. Installation supports GitHub URLs or local paths, and web settings may require further adjustments.

Read More
dsh-observation-journal: Leaving Running Facts for DSH Sessions

dsh-observation-journal is a pure observer plugin for DeepSeek Harness (DSH), designed to record runtime facts of agent tasks. This plugin registers no tools, invokes no LLM calls, and does not intervene in agent decision-making; it only writes the task title, model hierarchy, tool calls, failure counts, duration, and final status to a human-readable journal file after the session concludes. Core features include: maintaining auto-generated statistical blocks with markers in the journal while preserving manually edited regions; generating an append-only JSONL raw sidecar file containing the complete planning trajectory, tool counts, and task hashes for subsequent LLM-driven insight analysis. The plugin incorporates cross-process write locking and stale lock reclamation mechanisms to ensure write reliability.

Read More
dsh-session-audit: DSH Session Execution Audit Plugin

dsh-session-audit is an execution analysis plugin for DeepSeek Harness (DSH), maintained by bwndndlct. It transforms raw session logs into readable audit reports, aiding in the review of Agent runtime processes. Core features include displaying duration, Turns/Steps, tool call distribution and success rates, token usage collapsed by turn:step (without estimation), and audit signals such as consecutive failures, high-frequency tools, repeated calls, and repeated file reads identified through rule-based detection. The plugin also identifies test/build/lint/typecheck verification commands in the shell and reports their results. It supports three output formats: text, Markdown, and JSON, and can audit the current in-memory session or by I.

Read More
DeepSeek Harness External Migration: Migrating Configurations and Session Histories from Codex, Claude Code, Qoder, and OpenCode into DSH

DeepSeek Harness External Migration is a plugin designed to migrate configuration signals and session histories from external agent tools such as Codex and Claude Code into DeepSeek Harness. To address the risks of manual migration, including inadvertent modification of source files, credential leakage, and automatic configuration application, the plugin adopts a secure three-step process of "Scan-Preview-Import." It provides three core tools: `scan`, which performs read-only inventory of the source; `preview`, which parses and previews the results; and `import`, which requires explicit confirmation before writing. The plugin does not modify source files, does not copy credentials, replaces MCP secrets with environment variable references, and generated configuration packages are exported solely for review without automatic application. Installation requires compatible versions and a specific Node.js environment, via `dsh pl

Read More
dsh-quota-panel: Provider Quota/Balance Status Component for the dsh Web Surface

dsh-quota-panel is a DSH zero-dependency host plugin maintained by brittanistrehlowll-oss, designed to address the pain point of multi-Provider intelligent agent developers having to view balances and usage in a scattered manner. The plugin injects a native status component into the bottom-right corner of the DSH web interface, and requests Provider data through the server-side proxy route `/api/quota/<id>`, ensuring that API keys are retained only on the server side and never enter the browser, thereby enhancing security. Core features include support for two formats—DeepSeek balance and OpenCode usage—and offer two views: a collapsible capsule and an expanded card, displaying battery-style status dots based on thresholds. The plugin features an automatic refresh mechanism that pauses when the page is hidden, supports manual refresh, and prevents re-entry. Configuration

Read More
DeepSeek Companion: A Companion Plugin for DSH

DeepSeek Companion is the official companion plugin for DeepSeek Harness (DSH), designed to integrate conversation export, context handover, API cost optimization, and global retrieval functionalities. The plugin consists of four independent modules that can be enabled or disabled on demand. Core features include: intelligent conversation export in formats such as Markdown and PDF, with batch ZIP packaging; generation of editable four-part handover summaries for context injection into new conversations; API cost optimization supporting dynamic pricing, peak-valley scheduling, and budget control, with AES-256-GCM encrypted storage of keys; and global conversation retrieval with keyword and tag filtering, as well as in-conversation quick search. Installation requires DSH >= 0.1.0 and specific Node.js version requirements, and can be performed via the `dsh plu

Read More
dsh-tidychat: DeepSeek Harness (DSH) Web Session Timeline Organizer Plugin

dsh-tidychat is a DSH web version plugin maintained by BananaSoldier01 (MIT license, current version 0.2.5), designed to address the issues of mixed process and conclusion content in long conversations, as well as inconvenient history browsing. Its core features include: automatically collapsing completed turns while retaining only the final summary, with the control bar displaying step count and duration; inserting solid lines to separate reasoning from main text, distinguishing process from conclusion; providing a Codex-style left-edge Canvas minimap positioning bar, supporting hover-to-zoom, drag-to-preview, and click-to-jump; intelligently loading earlier history when the page is idle and automatically pausing when response performance degrades; and one-click generation of diagnostic reports with pre-filled GitHub issues. Each of these features can be independently toggled in the settings panel. Installation requires the DSH web version and pnpm as prerequisites, via `d

Read More
@anestis271/dsh-desktop: Giving DeepSeek Harness Official WebUI a Desktop Shell

@anestian271/dsh-desktop is an npm plugin for DeepSeek Harness (DSH), designed to wrap the official WebUI as a native desktop application shell, addressing the need for users to have native windows, system tray, and quick-launch entries without installing a standalone MSI/DMG installer or forking the official codebase. Following the "everything is a plugin" philosophy, this plugin retains all business functionality of the official WebUI and only adds desktop integration capabilities at the outer layer. Core features include: providing native window controls, a system tray (supporting real-time bilingual switching between Chinese and English, show/hide, refresh, and other operations), optional desktop quick-launch entries, and login-on-startup. It ensures that only one window and tray instance is maintained per profile, and clicking the shortcut again directly brings up the existing window rather than creating duplicate instances.

Read More
dsh-rtk-filter: Passing Oversized Command Output to RTK for the Model

`dsh-rtk-filter` is a community plugin for DeepSeek Harness (DSH), maintained by Aeternus123 and licensed under the MIT License. This plugin addresses the issue of excessive token consumption and high context usage caused by overly long tool outputs during agent command execution. Its core mechanism involves condensing text results that meet certain conditions (e.g., byte size exceeding the threshold `minBytes`) via the external `rtk` CLI after tool execution but before the model receives the output. The plugin is registered as a `tools/post-execute` transformer, replacing only the model-visible content without altering the original tool values, while strictly preserving critical status markers such as exit codes, timeouts, and signals. If `rtk` is missing, fails, or produces no changes, the plugin silently degrades to outputting the original content, ensuring stability.

Read More
dsh-voice-input-web: Adding Speech-to-Text Transcription to DeepSeek Harness Web Input Fields

dsh-voice-input-web is a client-side plugin for the DeepSeek Harness Web UI, designed to implement speech-to-text functionality through the browser's Web Speech API, requiring no API key or server-side modifications. The plugin adds a microphone button to the chat input toolbar; users can click it to start or stop listening, with real-time recognition results displayed in a floating overlay and the final text automatically appended to the input draft. It supports Chinese, English, and automatic language switching, with an optional auto-send feature. Installation methods include online and offline modes: for online installation, simply execute the `dsh plugin --profile web add dsh-voice-input-web` command and restart the service; for offline installation, manually place the package file and configure the patch file.

Read More
dsh-orchestrator: Adding Multi-Agent Orchestration Mode to DeepSeek Harness

dsh-orchestrator is an MIT-licensed orchestration plugin (v0.1.3) for DeepSeek Harness (DSH), designed to optimize multi-agent collaboration through a "master agent + worker mesh" pattern. It replaces conventional prompt conventions or external polling by leveraging the harness's built-in inbox to enable native message exchange between any agents. Core features include: the master agent handles task decomposition and dispatch; workers execute specific tasks and can independently configure models, providers, and thinking intensity (off/high/max). It provides four tool interfaces: `agent_spawn` spawns persistent workers; `agent_send` sends messages to online agents (without blocking for replies); `agent_broadcast` broadcasts

Read More
DSH-Finance: A Financial and Accounting Workflow Plugin for DeepSeek Harness

The DSH plugin `zhang787jun/dsh-finance` is an independent community adaptation project, developed based on the Anthropic Finance plugin, aimed at assisting with the preparation and validation of financial and accounting workflows within the DeepSeek Harness environment. This plugin strictly adheres to authorization boundaries, generating only inspectable work products (such as draft journal entries, reconciliation reports, and audit working papers) without executing high-privilege operations like posting entries, locking periods, approvals, or investment decisions. Its core includes eight financial skills (covering journal entry preparation, general ledger/bank reconciliation, financial statement generation, variance analysis, closing management, and SOX audit support) and five deterministic tools (such as debit-credit balance validation, reconciliation snapshots, and variance bridging). The license adopts a dual MIT and Apache-2.0 licensing scheme. Users can access it via commands.

Read More
dsh-telegram-bot: Remote View and Control DeepSeek Harness via Telegram Private Chat

`dsh-telegram-bot` is a DSH plugin maintained by yuko0331, designed to provide a restricted remote entry point through Telegram private chats, allowing users to view DSH workspaces, create sessions, monitor task status, and cancel current tasks from mobile devices. The plugin only supports private chat text interactions with designated Telegram users and does not support group chats, voice, files, or button operations, nor can it replace final approval for sensitive tool operations. Installation requires adding the GitHub repository through the DSH Web profile, and during configuration, the Bot Token and administrator numeric User ID must be filled in the DSH settings. The Token is stored only in the credential system to ensure security. Typical usage includes using `/workspaces`, `/new`, `/se`

Read More
dsh-mpkg-wallpaper: Adding Wallpaper Engine mpkg Backgrounds to dsh Web

`dsh-mpkg-wallpaper` is a DSH Web wallpaper engine plugin developed by XHR666, used to extend the background functionality of the DeepSeek Harness Web interface. This plugin supports parsing Wallpaper Engine's `.mpkg` files within the browser, automatically discovers Steam Workshop directories, and is compatible with video, web page, and image wallpapers. Core features include automatic switching of time-based wallpapers, unified blur and glass appearance theme control, local wallpaper library management, and scheduled rotation. The plugin provides playback controls for video/web page wallpapers and multiple power-saving strategies (such as pausing when unfocused or on battery power), and supports streaming playback of large files exceeding 600MB. Settings can be imported and exported via JSON files for backup and recovery, and it features version checking and one-click update functionality.

Read More
dsh-feishu-bridge: A Community Plugin for Integrating dsh with Feishu/Lark

dsh-feishu-bridge is a community-maintained standalone plugin designed to bridge Feishu/Lark messages to the DeepSeek Harness (dsh). It allows users to trigger dsh agent tasks and receive responses directly within Feishu chats. Core features include a fail-closed allowlist mechanism enabled by default, as well as a one-time /pair pairing flow restricted to private chats (valid for 900 seconds or until 5 failed attempts). The plugin supports both WebSocket and Webhook transport methods, with the latter requiring additional configuration of a verification token and encryption key. Additionally, it offers per-chat verbosity settings, sticky sessions, one-time card nonces, and Allow/Deny approval functionality for remote Bash commands. As a dsh plugin.

Read More
DSHX: MCP/Skill/Memory Management Plugin for DeepSeek Harness

dshx is a community management tool for DeepSeek Harness (dsh), designed to streamline the integration and maintenance of MCP servers, skills, and global memory. Its core advantage lies in performing connection self-checks before writing, rejecting malformed configurations, supporting migration of existing configurations from Claude Code and Codex, and allowing API keys to be referenced via environment variables for enhanced security. The tool can be used both as a command-line utility and as a dsh plugin, offering the `/mcp` command and visual card operations in the web interface. Its features cover CRUD operations and testing for MCP servers, installation or updates of skills from GitHub or local sources, and migration of global memory. Installation requires Node.js >=22.19, via npm global install or `dsh pl

Read More
dsh-llm-newapi: Adding NewAPI Provider to DeepSeek Harness

dsh-llm-newapi is an LLM Provider plugin based on the MIT license, designed to add a NewAPI provider to DeepSeek Harness (dsh), enabling integration with OpenAI-compatible gateways without any code modifications. The plugin implements the `LlmAdapter` interface, utilizes the `POST /chat/completions` and `GET /models` endpoints to provide model services, and automatically filters out models that only support chat functionality. Users can install the plugin via npm or GitHub, and need to add the package name to the `bundles` array in the dsh web configuration, then restart the service. The API Key is not read from environment variables and must be configured through the settings page of dsh web.

Read More
DeepSeek-harness-wecom: Integrating WeCom AI Bot Text, Image, and File Channels into DeepSeek Harness

The official DeepSeek Harness (DSH) plugin `sliverp/DeepSeek-harness-wecom` (v0.1.5) resolves the session channel breakpoint between the Web and the WeCom AI Bot. This standalone community plugin establishes a long connection via the official SDK, integrating text, image, and file messages from WeCom Work into the same Harness session, with support for persistent session reuse, tool approvals, file path restrictions, and access control. Core features include: support for single-chat/group-chat text and mixed-media input, automatic decryption and processing of encrypted files, and channel-specific tools such as `wecom_send_file`; support for commands like `/approve` and `/reset` for approvals and session rotation; and access policies of open, whitelist, or disabled modes.

Read More
dsh-notify-windows: Adding Windows Desktop Notifications to DSH

dsh-notify-windows is a DeepSeek Harness (DSH) plugin maintained by SeverusZh, designed specifically for Windows 10/11. It aims to address the issue where users cannot promptly learn about the status of DSH tasks when they are away from the screen, enabling unobtrusive monitoring by sending Windows system desktop notifications at key milestones. Core features include: listening for session `turn/end` events to alert users when tasks complete, encounter errors, or exceed output limits; listening for `approval/asked` events to alert users when manual approval is required (automatically skipped under the `never` policy); and recognizing Agent questions (e.g., `ask_user_question`) to prompt users for responses. The plugin ignores sub-agent sessions by default, with configuration options available to enable them.

Read More
dsh-devices: A Multi-Device Networking Plugin for dsh

dsh-devices is a multi-device collaboration plugin for DSH agent development, designed to address the pain points of cross-device access and file transfer. It supports discovering and pairing devices within the same local network via mDNS, utilizing SSH to achieve cross-network direct command execution, remote workspace management, and file upload/download, as well as providing an invitation code feature for one-click fleet joining. After installation, the plugin registers fleet_* tools in the session for the Agent to invoke. This plugin is licensed under the MIT License, with a current version of 0.1.2, requiring Node.js 22.18 or above. Use cases include same-network device collaboration, cross-network host management, and new device onboarding. It should be noted that mDNS is limited to the same subnet and is in beta status, cross-network functionality depends on SSH reachability, and devices behind NAT isolation are not yet supported for interconnection. Different operating systems have specific configuration requirements:

Read More
dsh-notify-on-complete: Adding Desktop Notifications to DeepSeek Harness

pitetow/dsh-notify-on-complete is an extension plugin designed specifically for DeepSeek Harness (DSH), aimed at solving the problem of users having to frequently check the terminal or wait for approvals during long-running tasks. This plugin sends low-disturbance desktop notifications to remind users when tasks end (distinguishing between completion, errors, interruptions, or token limits), when model calls prompt for input, or when waiting for sandbox and tool permission approvals. Core features include filtering sub-agent sessions to reduce redundant notifications, providing fine-grained configuration for different scenarios such as prompts and approvals, and supporting cross-platform system notifications and alert sounds across macOS, Linux, and Windows. The plugin has zero runtime dependencies and leverages Node.js child processes to ensure notification delivery is unaffected by the main process exiting. Installation requires Node.js 22 and pn

Read More
dsh-gauge: Precise Usage and Cost Estimation for DeepSeek Harness Web UI

dsh-gauge is a community plugin (MIT licensed) for the DeepSeek Harness (DSH) Web UI, designed to provide granular session statistics. Core features include precise cache hit rate calculation based on formulas, bucketed display of hit and miss token usage, context occupancy monitoring, and session cost estimation based on model unit pricing and peak/off-peak rates. The plugin supports both Chinese and English interfaces, with adaptive CNY/USD currency display, and can show peak/off-peak status badges in the statistics row. Users can quickly install it via the `dsh plugin --profile web add dsh-gauge` command and enable it by restarting the Web UI afterwards; alternatively, manual npm installation or source code debugging are also available. Configuration options can be accessed through the DSH settings interface or by editing the `cordis.p` file.

Read More
dsh-plugin-manager: Managing Profile Plugins in DeepSeek Harness Web UI

dsh-plugin-manager is a DSH Web UI plugin maintained by monk233, designed to address the issues of error-proneness and unclear status when manually modifying configuration files to manage plugins. The plugin provides a visual interface, allowing users to search plugins directly on the web page, view status badges, and perform enable, disable, or delete operations through menus, with a confirmation mechanism to ensure safety. After operations, changes are automatically written to `cordis.patch.yml` and take effect immediately via HMR hot reload, eliminating the need for frequent service restarts. Installation supports `git clone` combined with dsh commands, or using DSH Creative Mode with AI-assisted setup. The current version is 0.1.0, depends on `@deepseek-ai/cordis`, and is licensed under MIT. Please note

Read More
DSH-toolfold: A Tool Call Collapse Plugin for DSH Web GUI

dsh-toolfold is an MIT-licensed plugin for DSH Web GUI, designed to reduce interface footprint by collapsing consecutive tool calls. Core features include: automatically collapsing adjacent tool calls to display only summaries and counts, with support for expanding or collapsing via click or keyboard; hiding completed thoughts by default, with configurable options to retain them or separate call groups, while in-progress thoughts remain always visible; supporting elastic animations and performance statistics, along with adaptation to the system's "Reduce Motion" setting. The plugin does not replace the built-in renderer, and the interface fully restores after uninstallation. Install it using `dsh plugin --profile web add dsh-toolfold`, taking effect after restart, and configure animation duration, thought display, separation mode, and statistics toggle via `~/.dsh/settings.yaml`. If the settings service is missing, it degrades to local.

Read More
DSH-Cloak-Browser: Native Browser Plugin for DeepSeek Harness's CloakBrowser

`dsh-cloak-browser` is a community-maintained plugin for DeepSeek Harness (DSH), designed to integrate CloakBrowser capabilities into the Agent tool pipeline. It ensures session security by maintaining an isolated `BrowserContext` for each Agent, and returns restricted page snapshots along with short-lived element references (e.g., `p1:s3:e8`) after interactions such as navigation, clicking, input, and screenshots, enabling the Agent to continue operations based on these references without retaining extensive DOM data. Core features include on-demand Chromium startup, automatic license detection (supporting direct startup with Free keys and serializing concurrent sessions), proxy-aware GeoIP consistency, domain allowlist/blocklist rules, and handling for images and text—

Read More
dsh-net-proxy: Routing DSH Agent Network Requests through a Designated Proxy

dsh-net-proxy is a network proxy plugin (v0.2.5, MIT License) for DeepSeek Harness (DSH), designed to ensure that `web_search`, `web_fetch`, and external API requests initiated by the DSH agent runtime are uniformly routed through a specified proxy, without requiring modifications to system environment variables or external tool configurations. This plugin implements request forwarding by wrapping the global `fetch` within the agent process, supporting HTTP, HTTPS-CONNECT, and SOCKS5 protocols, and allowing for authentication configuration. Key features include: persistent configuration storage in `$DSH_HOME/net-proxy.json`, with changes taking effect immediately without the need for a restart; a visual settings page for convenient management; and default ex

Read More
DSH-Self-Improved: DeepSeek Harness Local Long-Term Memory and Self-Evolution Plugin

`dsh-self-improved` is a long-term memory and self-evolution plugin for DeepSeek Harness, designed to address the pain point of manually maintaining context across multi-session conversations. This plugin automatically extracts key information from conversations through a four-layer architecture (conversation capture, memory extraction, scenario summarization, and user profiling), stores it in a local SQLite database (utilizing FTS5 and sqlite-vec for retrieval), and injects relevant memories before subsequent conversations. Its core capabilities include automatic memory extraction and integration, memory decay correction, distilling successful workflows into reusable `dsh-skill` skills, and a dynamic user profile that evolves with conversations. The plugin provides the `/memory` command for zero-cost memory queries, as well as a settings panel for users to manage, filter, and correct memories. Installation can be done via npm or G

Read More
DSH-MCP-Lens: Converging MCP Tool Context with Two Model Interfaces

dsh-mcp-lens is a community plugin for DeepSeek Harness (DSH), designed to reduce the context pressure and API costs associated with large-scale MCP tools. By providing two stable interfaces, `mcp_search` and `mcp_call`, this plugin replaces the direct exposure of the full tool catalog, enabling lazy loading of tool discovery. It only presents precise `inputSchema` for a small set of candidate tools when needed, significantly reducing the amount of data processed by the model in each round. The plugin also includes an authorization control mechanism based on `allowTools` and `denyTools`, where `denyTools` takes precedence, ensuring the safety of final invocations. Additionally, it supports lazy activation, starting MCP processes only when necessary, and comes with a dependency-free utility for auditing tool payload sizes.

Read More
FileScope · File Horizon: DSH Web Workspace File Drawer and Live Preview

dsh-filescope is a web plugin for DeepSeek Harness (DSH), designed to provide read-only file browsing capabilities. It allows users to view the current workspace's directory structure, file sizes, and file contents in real time through a full-height drawer on the right side, without leaving the session page. The plugin supports expandable and collapsible directory trees, text file previews with line numbers (first 2000 lines), binary file Hex summary display, and prompts for oversized files. Core features include automatic workspace following, manual switching, real-time refreshing (file detection every 2 seconds, directory detection every 5 seconds), and an adjustable interface layout. Installation is simple: after adding it via the `dsh plugin` command, restart the web process to activate it. It is suitable for scenarios requiring quick confirmation of workspace structure or read-only file inspection, with a GET-only interface boundary.

Read More
dsh-ui-usage-billing: Usage and Billing Dashboard for DeepSeek Harness

dsh-ui-usage-billing is a DeepSeek Harness plugin maintained by Kenz1117, version 1.0.15, licensed under the MIT protocol, requiring Node 22.19+ or 24.0+. Positioned as a pure UI layer, this plugin does not register tools, inject prompts, or logs, aiming to provide unified cost and usage management for developers working with multiple models and providers. Core features include a sidebar entry and full-screen dashboard, covering six modules: overview, trends, details, statistics, rates, and settings. It aggregates real usage from persistent session logs, estimates costs based on official multi-vendor pricing, supports peak-valley pricing and custom unit rates. The plugin integrates subscription quota recognition and multi-vendor balance queries, supporting mainstream services such as DeepSeek, Kimi, MiniMax, and relay station balances.

Read More
kbpoyo/dsh-image-bridge: Providing Image Bridging Capabilities for Pure Text Models

kbpoyo/dsh-image-bridge is an open-source plugin (MIT licensed) for DSH Web, designed to address the issue that pure text models cannot natively process images. This plugin provides image bridging capabilities for pure text models, allowing users to automatically convert images into bridge markers and send them by clicking the "Bridge Send Image" button or pressing the Enter key, while multimodal models retain native image sending and the button is automatically hidden. The plugin is not tied to specific skills, and whether a model can view images depends on its own visual capabilities. During installation, specific commands must be executed and the DSH Web service restarted. Applicable scenarios include viewing images or performing OCR recognition in pure text model sessions. Usage notes: it is recommended to review the source code before running the plugin; custom provider models that do not declare image input capabilities are treated as pure text; DSH native limitations specify that conversations containing native images are prohibited from switching

Read More
dsh-community-plugins: A Guide to Discovering and Installing Community Plugins for DSH Sessions

DSH Community Plugins is an MIT-licensed DSH plugin maintained by HubaKing, designed to bridge the context gap when Agents handle community plugins. It is not a standalone store; instead, it registers a global Skill that writes the discovery, evaluation, and installation rules for community plugins into the session directory. Upon installation, the Agent can read this Skill and verify installed content against the local profile manifest, avoiding assumptions about the presence of uninstalled plugins. Its core features include providing neutral discovery channels such as GitHub topics and npm, recording official installation commands, acceleration methods, and pnpm supply chain policies, and declaring constraints such as not modifying official presets. Users can install it directly via GitHub, Gitee mirror, tarball, or

Read More
hellosz/dsh-pets: Codex Pets Style Plugin for DSH Web GUI

`hellosz/dsh-pets` is a DeepSeek Harness (DSH) Web GUI plugin licensed under the MIT License, designed to visually present agent task status through pet animations. The plugin introduces 10 built-in pets, using 9 state animations (such as thinking, waiting, reviewing, error, etc.) to replace traditional progress indicators, helping users quickly identify the current phase of an Agent during long tasks, approvals, or code reviews. Key features include: pets support drag-and-drop, click interaction, and one-click hiding; the settings page allows users to switch pets and adjust zoom ratios from 0.6x to 2.5x; it supports petdex-compatible custom pet package formats (8x9 spritesheet). The plugin only listens to DSH events without blocking the workflow, and provides status queries via a web interface.

Read More
dsh-agent-messaging: Cross-Session Messaging, Declarations, and Decision Ledger for DeepSeek Harness

dsh-agent-messaging is an MIT-licensed plugin for DeepSeek Harness, designed to address the lack of a direct communication channel between multi-agent sessions, resource conflicts, and duplicate decision-making. By providing cross-session message passing, claim checking, and a decision ledger, this plugin reduces redundant work, contradictions, and deadlocks across sessions. Core features include: using `peer_send` to send short text messages to designated sessions in steer (interrupt), followup (new turn), or context (non-wake) modes; publishing capability cards via `peer_card` to declare session aliases, roles, owned resources, and groupings; and automatically detecting resource claim conflicts while indicating the holder.

Read More
dsh-agent-message: Cross-Session Agent Communication Plugin for DeepSeek Harness

dsh-agent-message is a DeepSeek Harness (DSH) plugin designed to enable communication between independent agent sessions within the same process. It allows sessions to exchange messages and query delivery receipts, supporting features such as listing available target sessions, sending messages (with three modes: followup, steer, and inject), checking delivery status, locating target sessions via the @ symbol, displaying visual message cards, and copying session IDs. Installation requires compatibility with Node.js 24 and DSH 0.1.0-rc.6+, and it is enabled via the `dsh plugin` command. This plugin is only applicable to local, non-archived independent sessions and does not support cross-process or cross-machine communication, nor does it include real sub-agents. Usage restrictions include a maximum of 1 delivery between the same pair of sessions within 60 seconds.

Read More
dsh-desktop-pet: Bringing DeepSeek Harness Agent Status and API Balance into a Web UI

dsh-desktop-pet is a DeepSeek Harness (DSH) plugin maintained by FenyxHuang under the MIT license. This plugin aims to address the issue of scattered information regarding Agent status, tool calls, and API balance by consolidating these data into an always-on-desktop pet widget. In the bottom-right corner of the DSH Web UI, users can see a dynamic whale figure: its posture reflects the Agent's current stage (e.g., resting, thinking, working, etc.), while the status bar displays specific tools and their durations; the circular sea-level height corresponds to the API balance, with 100 yuan as the full scale by default, supporting wave animations and low-balance alerts. The plugin supports interactive operations (such as clicking to trigger a diving animation), random lines, and drag-and-drop functionality. Technically, it is distributed as pre-built artifacts, with zero runtime...

Read More
dsh-session-management: Adding Archiving, Hard Deletion, and Batch Export to DSH Web Session Management

`dsh-session-management` is a session management plugin for DeepSeek Harness (DSH) Web, designed to fill the gaps in official functionality by centrally handling session archiving, deletion, and export. This plugin primarily addresses three major issues: difficulty in recovering archived sessions, the inability to truly delete local records, and time-consuming batch exports. Core features include support for archiving and unarchiving individual or batch sessions (by workspace/month); thorough deletion of local session log files from disk, with automatic skipping of running sessions to prevent data write-back; and one-click batch export of ZIP archives in a format consistent with official exports, facilitating backup or migration. The plugin provides a management window that supports grouped viewing of archived chats by workspace or month, with sorting, collapsing, batch operations, and other features. The interface supports both Chinese and English, switching automatically with the system language. Installation requires Node.js and

Read More
dsh-web-search-brave: Web Search Backend for DeepSeek Harness via Brave Search

`dsh-web-search-brave` is an MIT-licensed plugin that provides a Brave Search backend for DeepSeek Harness (DSH), designed to enhance the `web_search` capability in `ctx.web`. This plugin requires Node.js version 22 or higher, is maintained by community developers, and is not an official app store product. Its core functionality includes mapping Brave search snippets to the DSH interface, supporting publication time mapping via `page_age`, and not displaying highlight markers by default. A `BRAVE_API_KEY` must be configured for use, as Brave does not offer a free keyless mode; the free tier provides 2,000 queries per month, and production environments require evaluation of quota limits. The installation process is divided into

Read More
@ch4acko3/dsh-turn-fold: Turn Fold Plugin for DSH WebUI

dsh-turn-fold is a DSH WebUI plugin designed to optimize long conversation interfaces. It adopts a Codex-Desktop style, collapsing intermediate processes (such as thinking, commands, tool calls, etc.) in completed turns into summary bars, ensuring that the final answer remains clearly visible at all times. Core features include: dynamically locating the final answer node to distinguish processes from results; preserving native streaming display in the collapsed state; showing different labels based on turn status (completed, stopped, interrupted, etc.); automatically keeping expanded in specific safety or interaction scenarios; reusing the native renderer when expanded to retain tool details and links. The plugin supports localization in both Chinese and English, runs as an in-memory patch without modifying underlying files, and displays elapsed time, call counts, and token usage by default. Installation is performed through DSH plugin commands to add and verify patch binding status. The plugin is compatible with

Read More
DSH-MiMo-Agent-Tools: Integrating Xiaomi MiMo Search and Multimodal Tools into DSH

`dsh-mimo-agent-tools` is a DSH plugin designed to encapsulate Xiaomi MiMo's search and multimodal capabilities as agent tools, addressing the issues of manually handling API requests and large payload truncation. The plugin provides reasoning tools including `mimo_search`, `mimo_think`, and `mimo_json`, as well as `mimo_vision`, `mimo_audio`, and `mimo_video` that support image, audio, and video understanding, along with core features such as `mimo_asr`, `mimo_tts`, and `mimo_voiceclone` for speech synthesis, recognition, and cloning. Installation requires the DSH environment to have shell and sandboxPolicy services on the host.

Read More
dsh-remote-link: Securely Expose DSH Web UI to LAN with Agent Session Forking Support

dsh-remote-link is a DSH plugin designed to address the challenge of securely accessing the local DSH Web UI from a mobile phone or LAN device. It authenticates on a dedicated gateway port and reverse-proxies to the loopback address, thereby avoiding security risks associated with directly exposing the Web UI. Key features include: 1. **Secure Remote Access**: Supports one-time QR code pairing, HMAC challenge-response, and HttpOnly Cookie session management, replacing long-term credentials. 2. **Status and Monitoring**: Provides a `/status` page that displays link status, device identity, heartbeat, and upstream health, along with support for host telemetry data subscription. 3. **Model Enhancement**: Introduces a `fork_session` tool, allowing the model to create sub-sessions based on recently completed rounds, facilitating exploratory...

Read More
dsh-session-hub: Unifying Remote DSH Sessions and Local Tool History in One Session Tree

dsh-session-hub is a plugin for DSH web designed to address the issue that historical conversations between remote DSH sessions and local tools such as Codex CLI and Claude Code cannot be displayed in a unified session tree. The plugin merges data through the `/api` data layer, supporting remote session aggregation, local history import, SSH tunnel hosting, and incremental synchronization of model configuration, while preserving the functionality of the official sidebar and conversation area. It allows users to view multi-machine history, real-time streaming, and approval cards, and supports sending, canceling, and renaming sessions. Imported local conversations are read-only by default and become editable only after being converted into real DSH sessions, with the source logs remaining unchanged. The plugin provides independent feature toggles and is simple to install, requiring only the `dsh plugin` command to add it. The environment requires Node 22+ and is applicable solely to the web p

Read More
DSH-Plugin-Greet: A Getting Started Greet Tool Plugin for DeepSeek Harness

`dsh-plugin-greet` is a community DeepSeek Harness plugin for beginners, maintained by `0lidaxiang`, licensed under MIT. It aims to demonstrate the basic paths of the plugin extension model capabilities, with its core functionality being the registration of a tool named `greet` that supports generating greetings in English or Chinese, in either friendly or formal styles. The tool includes a required `name` parameter and optional `language` and `style` parameters, featuring parameter validation, structured output, and standardized configuration schema export, without involving network, file system, or shell access. In terms of environment, version 0.3.x requires Node.js 22.19+ or 24.0+, targeting Harness 0.1.1.

Read More
@zhangbo-cn/dsh-client-ui-voice-input: Adding Composer Voice Input and Reply Read-Aloud to DeepSeek Harness Web

`@zhangbo-cn/dsh-client-ui-voice-input` is an MIT-licensed plugin maintained by Zhangbo-cn, designed to enhance voice interaction for the DeepSeek Harness Web UI. This plugin adds a mic button in the composer area and implements speech-to-text based on the browser's Web Speech API, requiring no API key. Core features include: clicking the microphone starts listening and writes the recognition results into the draft in real time, character by character; holding the microphone, speaking, and releasing automatically sends the message; when conditions are met, it reads the assistant's reply aloud via the host's Edge TTS or the browser's `speechSynthesis`. The plugin supports silently restarting recognition to maintain continuous listening and offers optional automatic sending configuration. Installation only requires

Read More
NoLetMe: DSH Session Page Inference Keyword Trajectory Panel

NoLetMe is a plugin for the DeepSeek Harness (dsh) web interface, designed to observe the reasoning traces in the model's streaming output in real-time without modifying the existing UI. It mounts via the official `shell.overlay` slot and specifically tracks reasoning blocks while ignoring visible text. Core features include identifying three categories of keyword traces—"efficient action," "hesitant trial," and "neutral restatement"—providing score-threshold-based gray-release round-by-round judgments, and displaying local model-free descriptive statistics such as the count of `I'm doing`, word length, and TTFT. Before use, the dsh CLI must be ≥ 0.1.0-rc.7 and the Node environment ≥ 22. Users can install it via npm prebuilt packages, directly from GitHub, or from a local directory.

Read More
DSH UI Tweaks: Real-time Web UI Adjustments in the Settings Panel

`dsh-ui-tweaks` is a community plugin for the DeepSeek Harness (DSH) Web UI, maintained by wlj521, designed for on-the-fly interface detail adjustments within the settings panel. Core features include customizing code font size, toggling table styles, and integrating GitBar (supporting branch management, diff viewing, and commits). Additionally, the plugin offers archived session management, MCP server configuration, `/init` project analysis directives, a whale status indicator, task reminders (notifications, flashing, and sounds), and precise cache hit rate display. The plugin requires DSH v0.1.2-alpha.1 or later and Node.js >=20, and supports installation via npm or GitHub. Most advanced features such as GitBar and MCP management are disabled by default

Read More
dsh-plugin-installer: Plugin Marketplace and Profile Switching for DeepSeek Harness

dsh-plugin-installer is a third-party community project maintained by Toukaiteio, designed to provide an integrated plugin marketplace and Profile switching functionality for DeepSeek Harness (DSH). This project is embedded within the DSH Web UI to address the issues of scattered plugins across GitHub and cumbersome installation/update processes. Its core features include: automatically discovering plugin repositories tagged with `dsh-plugin` or `dsh` on GitHub; conducting strict security checks before installation, such as verifying `dsh.bundle.patch` and prioritizing SHA-256 checksummed Release packages; supporting one-click plugin installation, automatic update checks, removal, and cross-Profile management. Additionally,

Read More
dsh-plugin-template: DeepSeek Harness Plugin Skeleton

`dsh-plugin-template` is a DeepSeek Harness plugin development skeleton maintained by `sunshine-lang` (MIT license), designed to simplify the plugin creation process. This template centralizes core components such as bundle formats, tool DSL, configuration validation, testing, and release checks. Developers can quickly generate a plugin directory using the `scaffold` script, then supplement tool logic and configurations as needed, and finalize documentation following the release checklist. The template supports two build paths: using `pnpm` with `tsconfig.local.json` within the harness repository, or cloning independently and building with `npm`. During development, specific conventions must be followed, such as omitting the `required` field for optional parameters.

Read More
dsh-project-kanban: Project Board Plugin for DeepSeek Harness

dsh-project-kanban is a kanban plugin within DeepSeek Harness (DSH), designed to address the issue of scattered planning, task decomposition, and defect tracking information for intelligent agent developers during conversations. This plugin enables agents to directly create and update planning cards through `kanban_*` tools, with data isolated by workspace (project) and persistently stored in disk JSON files. Core features include: card tags and custom colors, high/medium/low priority marking, column sorting and drag-and-drop insertion, keyword and multi-dimensional filtering search, due date setting and overdue highlighting, recycle bin management, batch operations, statistical data viewing, 50-step undo, cross-project card movement, and source session traceability. Installation requires using the `dsh` CLI, with recommendations to add it from GitHub or npm, and some versions...

Read More
dsh-agent-conductor: Dispatching Tasks to External Agent CLIs within DeepSeek Harness Sessions

dsh-agent-conductor is an MIT-licensed plugin maintained by MJorgin, designed to extend the capabilities of DeepSeek Harness (DSH) sessions. It allows users to dispatch self-contained tasks to 11 external Coding Agent CLIs (including Codex, Claude Code, Gemini, Cursor, and others) within DSH, directly bringing back the standard output results from the target CLI into the current conversation. The tool offers two integration methods: a zero-dependency Skill, which enables natural language triggering by copying the `skills/conductor/` directory; and an optional Host-only Bundle, which can be installed as a Profile tool via the `dsh plugin` command.

Read More
dsh-file-review-tab: Incorporating DSH File Change Reviews into the Sidebar

dsh-file-review-tab is an MIT-licensed plugin for DSH web, designed to centralize the management of file changes generated by agents. It integrates the review capabilities of left0ver/dsh-file-review into the dsh-better-sidebar, while preserving the quick review entry at the end of the conversation. Core features include: displaying file changes grouped by turns in the sidebar, supporting line-level red-green diff viewing, single-file or per-turn undo and reapply; recognizing delete operations such as the 'rm' command and marking them as "Deleted"; automatically archiving earlier turns to optimize long session experiences; supporting file editing review in PTC/Code Mode; as well as session isolation and adaptive interface layout. This plugin is suitable for developers who frequently review file changes and requires dependency on Deep.

Read More
dsh-reasoning-settings: Add a Reasoning Intensity Settings Page for DSH Custom llm-pi-ai Providers

`dsh-reasoning-settings` is a MIT-licensed plugin for DSH, primarily used to configure the reasoning strength of custom `llm-pi-ai` providers. This plugin addresses two core issues: firstly, it allows users to declare reasoning strength levels from `off` to `max` for custom models, defining the actual wire value sent and the provider's default values; secondly, it optimizes subagent invocations to correctly inherit the parent's provider, model, and reasoning strength, avoiding the use of incorrect official default settings. The plugin provides a settings page to automatically read added providers and models, enabling secure parameter configuration via the official API without touching API keys. It extends the `subagent` and `subagent_for` functionality.

Read More
dsh-agent-team-room: Adding Native Session Collaboration Rooms to DSH

dsh-agent-team-room is a DSH plugin (v0.6.0, MIT license) maintained by ishuowang. It enables multiple independently running Sessions to collaborate within a Leader-authorized collaborative boundary, without merging their respective contexts and lifecycle. The plugin does not provide built-in roles, task boards, or shared transcript data. Core functionalities include managing rooms via the native DSH web interface, supporting Direct Message and Broadcast routing, recording bounded coordination metadata, and allowing member selection using the @ symbol in the input box. Users need Node.js 22.19+ and DeepSeek Harness 0.1.0-rc.6, and can install via GitHub commands.

Read More
dsh-obsidian-assistant: Read and Write Local Obsidian Vault in DSH

`dsh-obsidian-assistant` is a DeepSeek Harness plugin for unified operation of Obsidian vaults. It employs a dual-channel mechanism: the file channel operates independently of Obsidian, supporting full-text search, note reading and writing, bidirectional link analysis, batch renaming with automatic wikilink rewriting, and novel chapter export; the REST channel is enabled when Obsidian is online, offering high-speed index search, command triggering (e.g., Dataview/Templater), and advanced API passthrough. If the REST channel is unavailable, the system seamlessly degrades to file mode. Installation requires configuring the mandatory `vaultPath` parameter, with optional parameters such as `apiUrl`. Typical use cases include searching before reading notes, employing idempotent editing, and more.

Read More
dsh-openai-oauth: Integrating Codex Model into DeepSeek Harness via ChatGPT Login

`dsh-openai-oauth` is a standalone community plugin for DeepSeek Harness (DSH) designed to address external model login status, credential storage, and model list management. This plugin works by connecting to the official local Codex app-server, leveraging the OAuth mechanism of ChatGPT accounts to handle login, credential saving, token refreshing, and model access, eliminating the need for users to separately prepare an OpenAI API key or maintain a hardcoded model version list. Key features include automatic registration to DSH's web, headless, and custom profiles, with support for configuring providers and models via the interface or the `~/.dsh/settings.yaml` file. The model list is updated in real-time from the current

Read More
dsh-tier-router: Hierarchical Model Routing for DeepSeek Harness

`dsh-tier-router` is a hierarchical model routing plugin for DeepSeek Harness (DSH), designed to optimize cost and efficiency through "premium-tier" and "economy-tier" strategies. The premium-tier models handle complex tasks such as planning, architecture, and review, while the economy-tier models manage routine implementations. Core features include automatic hierarchical routing (defaulting to `auto` mode), session-level scope switching, on-demand consultant and review tools, automatic escalation on failure, ordered fallback chains, dynamic adjustment of reasoning intensity, gating for high-impact operations, and hierarchical delegation to sub-agents. The plugin supports flexible configuration of models, effort levels, and sub-agent strategies via `/tier` series commands, with both persistent and temporary configuration capabilities. Released under the MIT license, installation requires meeting specific Node.js version requirements and syncing to the DSH discovery root directory. It is suitable for applications needing

Read More
dsh-expert-mode: DSH's Multi-Expert Agent Preset

dsh-expert-mode is a DSH agent-preset plugin maintained by Asher-2000 under the MIT license, distinct from Cordis service plugins. It is designed to construct a workflow featuring a "Chief Coordinator + 17 Domain Expert Sub-agents." Key functionalities include smart task delegation for routing tasks intelligently, a fast track for handling simple tasks, a five-anchor constraint system to prevent topic drift, multi-expert cross-review and a five-stage quality gate for high-risk tasks, as well as a file-system-based task board scheduler and an inter-expert communication bus. The plugin also incorporates fault recovery, an experience pool storage, and progressive knowledge injection capabilities, supporting documentation in both Chinese and English. It can be installed directly via `dsh plugin add` or manually added after installation through npm.

Read More
dsh-voice: The Voice Input Plugin for DeepSeek Harness

dsh-voice is a voice input plugin for DeepSeek Harness, maintained by 3274375092 under the MIT license. Its npm package name is @nn12138/dsh-voice. It allows users to dictate directly via microphone in web chat boxes, submitting recognized text as regular chat messages without altering the agent preset or system prompt throughout the process. The plugin supports real-time streaming transcription, prioritizing the host's native ASR (sherpa-onnx-node) and automatically falling back to browser Web Speech when unavailable. Core features include a microphone button, configurable global hotkey (default Ctrl+Space), and adaptive dual-engine recognition. Installation requires Node ^22.19.0 or higher.

Read More
dsh-llm-oauth: Adding Subscription-Based LLM Login to DeepSeek Harness

`dsh-llm-oauth` is a standalone OAuth plugin for DeepSeek Harness (DSH), designed to allow users to access LLMs through existing subscriptions (such as Grok, GitHub Copilot, ChatGPT/Codex, Anthropic, OpenRouter, Kimi for Coding) without needing to maintain API Keys. The plugin does not modify the Harness repository, reuses the `@earendil-works/pi-ai` model directory, and manages credentials via `CredentialStore` to enable automatic token refresh. Users can access the plugin through the command line or the Web UI's `Settings → OAuth / Subscr` interface.

Read More
dsh-token-monitor: DSH Sidebar Token Usage Plugin

`zhangzheng25/dsh-token-monitor` is a DeepSeek Harness (DSH) plugin designed to provide intuitive token usage monitoring. It adheres to the DSH "everything is a plugin" philosophy, displaying a "Today's Usage" card at the bottom of the sidebar. Clicking it opens a statistics window showing token totals for today, the last 7 days, and the last 30 days, along with stacked usage charts by model, model rankings, and session statistics. The plugin auto-refreshes every 30 seconds, supports idempotent historical backfill to include pre-installation usage in statistics, and persists data bucketed by day for 181 days. Installation requires Node.js >=20 and can be done via the `dsh plugin add` command from GitHub or a local directory, with the plugin taking effect after restarting DSH. The project采

Read More
dsh-lark-meeting-notifier: View and remind Lark meetings in the DSH workspace

dsh-lark-meeting-notifier is a DeepSeek Harness (DSH) plugin designed to address the issue of users easily missing Lark meetings while working in the DSH workspace. The plugin displays a floating box on the right side of the workspace, listing today's remaining meetings along with their meeting room names. It uses a multi-alarm mechanism to trigger flashing reminders as meetings approach, with colors changing based on urgency. Users can click on an entry to dismiss the reminder or permanently remove the local reminder. It also supports viewing tomorrow's meetings, and all operations only affect local reminders without modifying the original data in the Lark calendar. Before installation, ensure that `lark-cli` has been authorized for user-level calendar read access, and configure the `danger-full-access` sandbox policy when executing within the Host. The plugin offers configurable options, including advance reminder times and automatic stop functionality.

Read More
dsh-ears: Open Source Voice Input Plugin for DeepSeek Harness

`dsh-ears` is an open-source voice input plugin for DeepSeek Harness (DSH) (v0.2.1, MIT license), designed to enhance the text input experience in the Web UI through speech recognition and optional text polishing. This plugin supports multiple recognition backends, including Web Speech, local Whisper, Groq, Deepgram, Alibaba Cloud Bailian, Tencent Cloud, Xiaomi MiMo, SiliconFlow, and custom OpenAI-compatible interfaces. Its core workflow converts voice input into an editable draft, with the polishing feature enabled by default to refine text, but it does not automatically send messages, ensuring users retain full control. Installation requires DSH version 0.1.0-rc.6 to 0.1.1-rc.2 and Node.js ^22.19.0 or >=24.

Read More
dsh-ssh: SSH Remote Execution Plugin for DeepSeek Harness

dsh-ssh is the SSH remote execution plugin for DeepSeek Harness (DSH), developed based on the ssh2 library. It executes functions such as Bash, file operations, PTY terminals, and LSP on remote hosts through a single SSH connection, while only the DSH process is retained locally. This plugin supports multi-hop ProxyJump chains, SFTP uploads and downloads, and complete authentication. Core configuration requires specifying the host, username, and absolute path cwd in cordis.yml, with the option to add a jump array for jump host configurations. Users can also individually mount SSH, subprocess, or file system providers. When using it on the web, the default directory selector needs to be disabled, and dsh-ssh-related components should be inserted, with placeholders obtained via RPC.

Read More
dsh-tensorlake-sandbox: Moving DeepSeek Harness Execution into Tensorlake Sandbox

`@tensorlakeai/dsh-sandbox` is the MIT-licensed sandbox execution plugin provided by Tensorlake for DeepSeek Harness (dsh). It relocates dsh's file, subprocess, Bash, terminal, and LSP operations into ephemeral Tensorlake micro-VMs to achieve isolation from the host environment. The plugin is installed as a dsh bundle, requiring no modifications to the Harness core, and supports automatic sandbox creation upon profile startup and termination upon exit. It ensures security by validating working directory permissions, providing managed image support, and strictly isolating sensitive credentials such as API keys. Users need to have a Node.js 22.19+ environment and configure the corresponding keys, accessing the plugin via `dsh plugin install @tensorlakeai/dsh-sandbox`.

Read More
dsh-weather: Weather Query Plugin for DeepSeek Harness

dsh-weather is an MIT-licensed plugin for DeepSeek Harness (DSH), maintained by sunshine-lang. Built on the free Open-Meteo data source, it provides weather query capabilities for agents without requiring an API key or registration. The plugin offers a `get_weather` tool that supports querying real-time weather (temperature, apparent temperature, humidity, wind speed) for any location, as well as multi-day forecasts for up to 7 days, with the option to switch between Celsius and Fahrenheit units. Installation is performed by running the `dsh plugin add` command under the web profile. Users can trigger queries via natural language input in the web UI, with default configurations including a 10-second timeout and Celsius units. Local development requires Node.js version 22 or higher.

Read More
dsh-ros2: ROS2 Debugging and Robot State Visual Analysis Plugin for DSH

dsh-ros2 is a plugin of DeepSeek Harness (DSH), maintained by StvLi, designed to provide a hierarchical permission-based debugging toolset and robotic state visual analysis capabilities for ROS2 development. The plugin divides functionalities into four levels from L1 to L4: L1 is for read-only diagnostics, covering nodes, topics, TF trees, and system health checks; L2 involves approval-gated write operations, including colcon builds, rosdep installations, parameter settings, and safe state management, adopting a "reject-is-fail" mechanism; L3 supports RViz2 lifecycle management, screenshots, and multimodal visual descriptions; L4 provides real-time visual analysis in headless environments, relying on Python rclpy and a VLM gateway. The plugin incorporates four skills: diagnostics, visual analysis, registration, and retrieval, and integrates real-time safety mechanisms.

Read More
dsh-movein: Migrating Claude Code Configuration into DeepSeek Harness

dsh-movein is an MIT-licensed DSH plugin designed to seamlessly migrate existing Agent configurations (such as instructions, skills, commands, agents, hooks, permission rules, and MCP servers) from Claude Code, Codex, or OpenCode to DeepSeek Harness (DSH), avoiding manual reconstruction. Maintained by sjh9714, its core features include a default dry-run preview, writing data only when `--apply` is explicitly used, skipping existing target locations to protect current configurations, and supporting a `--copy` mode as an alternative to symbolic links. The tool includes comprehensive safety and recovery mechanisms, automatically backing up configurations before each write operation.

Read More
@dsh-extension/dsh-vision-bridge: On-Demand Visual Capability Integration for Text-Only DSH Sessions

`@dsh-extension/dsh-vision-bridge` is a third-party plugin that provides on-demand visual capabilities for text-only DSH sessions. It addresses the issues where text models cannot process image blocks and sending long history directly to vision models is prohibitively expensive. Mechanically, the plugin preserves the original images in the session and UI, only reformatting the images into text tokens at the text model's input layer. When the model needs to understand an image, it invokes the `vision_describe` tool, sending only the specified images (1-4) and a focused question to an OpenAI-compatible vision endpoint, thereby avoiding the transmission of lengthy session histories. The plugin supports installation via npm, with configuration options including enable status, base URL, API key (with environment variable support), and vision model name. Configuration priority follows the order: settings.

Read More
dsh-server-login: Multi-Tenant Hosting, Auditing, and Isolation for DSH

dsh-server-login is a multi-tenant DSH hosting platform based on the MIT license, designed to address the need for deploying DSH—which was originally suited for local single-user scenarios—to the public internet for long-term multi-user use. The platform provides a complete workflow including user registration, administrative review, disabling, and session management. Core features include establishing isolated DSH environments for each user, with automatic recovery and restart in case of main instance failure; offering a web desktop for users to browse, upload files, and launch DSH by folder; and supporting plugin activation and persistent configuration per folder. The system supports multiple access methods such as subpaths, per-user subdomains, and custom domains. API Keys are securely stored with AES-256-GCM encryption and isolation, and key replacement automatically triggers instance reconstruction. Deployment supports Linux local single-machine setups and k8s per-user Pod modes.

Read More
dsh-imessage: Adding a Photon-Hosted iMessage Channel to DeepSeek Harness

`dsh-imessage` is a plugin for DeepSeek Harness (DSH) designed to enable bidirectional interaction between iMessage text and DSH sessions via the Photon-hosted iMessage transport layer. This plugin allows users to automatically convert received iMessage text into DSH Prompts and send the final assistant responses generated by DSH back through iMessage. Core functionalities include completing device code authorization on the `Settings → iMessage` page, configuring the sender's E.164 number, and obtaining the hosted number; supporting commands such as `/new`, `/switch`, and `/approve` to control session states and manual approval; automatically filtering unauthorized messages; and converting M...

Read More
@dsh-external/dsh-inspect: Adding checkup / fix / review closed loop for DSH

@dsh-external/dsh-inspect is a DSH plugin designed to construct a closed-loop process of "problem identification → repair delivery → quality review" by providing three tools: checkup, fix, and review. The checkup tool is used to inspect code and output a graded issue list, combined with red team verification to ensure that issues are reproducible. The fix tool performs repairs based on the issue list, employing parallel implementation and adversarial checking mechanisms, and outputs a delivery report. The review tool then conducts a retrospective review of the deliverables, supporting item-by-item re-running verification to ensure that the fixed issues have truly been eliminated. These three tools can be used independently or chained together to form an automated closed-loop, where feedback from a failed review can be fed back to the fix tool for further iteration. The plugin is built upon the DSH workflow engine and schemastery, and does not register into ctx.ski.

Read More
dsh-agent-skills: Managing Local Agent Skills on the DSH Settings Page

dsh-agent-skills is a MIT-licensed DeepSeek Harness (DSH) plugin maintained by minivv, designed to address the challenge of managing locally distributed Agent Skills scattered across multiple directories (e.g., `~/.agents/skills`, `~/.claude/skills`). This plugin enables users to centrally view, search, enable/disable, and manage skills within the DSH settings page. It supports custom directories, monitors file changes, and does not modify the original `SKILL.md` files. After installation, users need to activate takeover and restart DSH. They can review automatically discovered directories or add new ones in the settings, control skill availability via toggles, and refresh or rescan after file modifications. The plugin state is stored in `$DSH_HOME`.

Read More
dsh-chatnode-wechat: Operating DSH Agents via WeChat

`dsh-chatnode-wechat` is a community plugin bundle for DeepSeek Harness (DSH) designed to integrate DSH Profiles with WeChat personal accounts through the Tencent iLink gateway, enabling remote monitoring and interaction with AI agents on mobile devices. This plugin comprises two components: `wechat-gateway` (responsible for connection, login, and media processing) and `wechat-conversation-node` (handling business logic bridging). Core functionalities include bidirectional text and image transmission, conversation management (e.g., listing, switching, and creating conversations), real-time progress summary feedback, and in-chat permission approvals using `/yes` or `/no`. For security, it enforces the configuration of an `allowFrom` whitelist, permitting only

Read More
iyllyt/dsh-btw: Adding a /btw Bypass Question Plugin for DSH

dsh-btw is an unofficial community plugin for DeepSeek Harness (DSH) designed to address the "in-between" issue where users need to confirm current context details while the main Agent is busy. It allows users to submit one-off quick questions via the `/btw` command during parallel execution of main tasks, with responses displayed in a temporary panel and not recorded in the main session history. The plugin reuses the model configuration and context of the parent session but does not execute tools or engage in multi-turn follow-up questions, making it unsuitable for tasks requiring tool permissions, such as reading new files, executing commands, or performing online searches. Its core advantages include session isolation, privacy protection, and a cache protection mechanism. Users can choose from three archiving modes: private-jsonl (default, local private storage), memory, or none, and can abort requests by closing the panel. The plugin adopts a modular design for easy integration and extension.

Read More
hanai-investment-dsh: A Local-First A-Share Research Workbench Powered by DeepSeek Harness

`hanai-investment-dsh` is a local-first A-share research workbench plugin built on DeepSeek Harness (DSH). It integrates market panorama, custom stock groups, individual stock K-line analysis, valuation display, expert dialogues, and research report generation, aiming to provide a complete research loop from observation, discussion, to verification. Core features include monitoring six major indices and sector heatmaps, customizable stock watchlists, forward-adjusted K-lines with turning point markers, five-dimensional valuation radar, open dialogues among five experts (including an AI-simulated perspective), and Agent-based retrieval verification to generate archivable Markdown research reports. This tool emphasizes evidence chains and context, clearly distinguishing between price-volume hints and trading signals. All backtest data serves solely as historical retrospective evidence, with no promises of returns. It is designed for developers and investors conducting systematic A-share research within the DSH environment.

Read More
dsh-grafana: Editing Grafana Dashboards in DeepSeek Harness

dsh-grafana is a plugin for DeepSeek Harness (DSH) designed to simplify the Grafana dashboard maintenance process. It allows users to modify dashboard JSON through conversation, replacing traditional manual web editing, and integrates fetching, querying, configuring, and pushing operations into DSH's approval and credential management. Core functionalities include retrieving dashboards via URL or UID, generating structural summaries, searching panels, querying real-time data, creating copies, and editing queries, thresholds, and layouts. The plugin supports concurrent edit detection before writing, enforces user approval, and automatically preserves folder information. Installation requires Node.js 20.11+ and DSH 0.1.0-rc.6, with compatibility for Grafana 10/11's legacy API.

Read More
@dpskh/a2a: Agent2Agent Real-Time Mesh Plugin for DeepSeek Harness

@dpskh/a2a is an Agent2Agent real-time collaboration plugin for DeepSeek Harness, designed to simplify the discovery, communication, and history querying of multiple agents within a single project. This plugin integrates Hub and Mesh Client functionalities: the Hub provides a project registry, immutable message history, and WebSocket support, featuring idempotent message handling and a 4 MiB attachment budget; the Mesh Client maintains WebSocket connections for online agents and serially injects messages. The plugin offers model tools such as `a2a_peers`, `a2a_message`, and `a2a_history`, along with command-line interfaces like `/a2a connect` and `/a2a status`, supporting...

Read More
DeepSeek Harness Hello Kitty Suite: Themed Skins and Task Completion/Question Alerts

`deepseek-harness-hello-kitty-suite` is a client extension suite designed for the DeepSeek Harness (DSH) web interface, maintained by Angel2518975237 under the MIT license. It consists of two main components: First, the "Sweetheart Workbench Enhanced" Hello Kitty theme skin, which offers both light and dark modes, adding character decorations to the session header, sidebar, and chat area while preserving development semantic colors and supporting responsive layouts. Second, the task completion/question reminder plugin, which displays a pink card and plays a notification sound at the end of each conversation round. If the page is switched away, it sends a system notification (requiring authorization) and can detect whether the assistant's message ends with a question mark to remind the user to respond. For installation, first add the plugin repository using the `dsh plugin` command and

Read More
dsh-openai-oauth: Logging into ChatGPT and Utilizing Codex Models within DeepSeek Harness

dsh-openai-oauth is a community plugin maintained by AdonisSheldon (version 0.1.0, MIT license) that enables users to interact with available Codex models through DeepSeek Harness without using an OpenAI API key or the Codex CLI. The plugin connects to ChatGPT accounts via browser-based login (PKCE/Device Code) or a headless login command, provides automatic token refresh, and integrates Codex models into the DSH standard model selector. Credentials are stored locally in the Harness home directory. The plugin requires DeepSeek Harness 0.1.0-rc.8, Node.js ^22.19.0 or >=24 to run.

Read More
dsh-skill-7d-code-reviewer: Adding Templated Code Review to DSH Sessions

`7dgroup-ai/dsh-skill-7d-code-reviewer` is a template-driven code review plugin designed specifically for DeepSeek Harness (DSH). It aims to address issues such as unstable review scope, inconsistent levels, and format inconsistencies caused by ad-hoc prompts. Licensed under MIT, the current version is `0.1.0-rc.5`, and it requires Node 22+ and pnpm 10+ environments. Installation follows GitHub specifications to circumvent build script restrictions. Its core capabilities include: separating review content (SKILL.md) from presentation templates (HTML); executing a five-step process that involves task acceptance, quick scanning, line-by-line review, grading, and report generation; and providing fixes based on three severity levels—Critical, Medium, and Minor.

Read More
dsh-vision: Adding Image Understanding to DeepSeek Harness's Plain-Text DeepSeek

dsh-vision is a DeepSeek Harness plugin developed by 54xee, designed to add image understanding capabilities to the pure text model DeepSeek. It wraps adapters to convert images into text placeholders and backfills the recognition results for model processing. The plugin defaults to using the Doubao Web channel, requiring only a browser login, with no API key needed and zero cost. It also supports multiple access methods, including Reverse Gravity IDE, Gemini API, Cockpit reverse proxy, aicode direct connection, and any IDE CLI. Core features include visual evidence memory, content hash caching, automatic tier upgrades, and four task modes. Installation is simple, configuration is flexible, and it is suitable for developers who wish to add visual capabilities to DSH at a low cost or those who already have relevant IDE/API quotas. Please note that you need to check...

Read More
dsh-memory-system: A Local Markdown Memory Plugin for DeepSeek Harness

dsh-memory-system is the local memory plugin for DeepSeek Harness, designed to resolve cross-session context loss. It operates without the need for databases or vector services, storing memory data in Markdown format locally (default path `~/.dsh-memory/`) with Obsidian compatibility. Core capabilities include: injecting a hot memory package of no more than 14KB at startup to enable the Agent to quickly resume work with context; providing cold-layer recall based on Chinese Bigram BM25, with output limited to 4.2KB and accompanied by tracking information; defaulting write operations to dry-run mode, requiring user confirmation before committing to disk via mechanisms such as lease locks and SHA-256 checksums to ensure recoverability; and governance functions that perform read-only scans for duplicates, conflicts, and expired data, with upgrades or deletions requiring manual confirmation.

Read More
dsh-feishu: Integrating Feishu Robot with DeepSeek Harness

`xmanrui/dsh-feishu` is a DeepSeek Harness plugin designed to enable existing Harness sessions to initiate and continue conversations directly through Feishu, eliminating the need to maintain a separate bridging service. This plugin runs within the host process of `dsh web`, supporting the creation and management of multiple Feishu bots via QR code scanning within the Harness settings. Each bot maintains independent credentials, long connections, authorized users, session mappings, and message deduplication states, ensuring that disconnection or removal of one bot does not affect others. Core features include automatic authorization of the first user via QR code scanning, native streaming card output through Feishu CardKit (with fallback to plain text on failure), persistent multi-turn context mapping, and default use of the Harness `standard` agent preset. In terms of security, the App...

Read More
dsh-opencode-zen: Integrating Free Models from OpenCode Zen into DeepSeek Harness

dsh-opencode-zen is a DSH plugin maintained by xiaozhe7772222, designed to integrate the free-tier models of OpenCode Zen into the dsh web model selector with zero configuration and zero cost. This plugin exposes an opencode provider, supporting six free models including DeepSeek V4 Flash, Xiaomi MiMo, and Tencent Hunyuan, allowing users to use them directly without registration or providing an API key. Core features include built-in 429/5xx automatic backoff and request throttling for quota management, support for streaming, tool calls, and reasoning content passthrough, with the ability to optimize output by setting reasoning effort levels. The plugin can be used with ds

Read More
dsh-backup: Backup, Restore, and Verify for DeepSeek Harness's `~/.dsh`

dsh-backup is a DeepSeek Harness (DSH) plugin maintained by xiaoyuyu6420, designed to back up and restore user data under `~/.dsh`. It supports macOS, Linux, and Windows 10+, requiring DSH version 0.1.1-rc.2 or a compatible version. Key features include manual backups via the `/backup` command, scheduled automatic backups, SHA256 checksum generation for integrity verification, a rotation policy that retains the last 7 backups by default, and credential obfuscation (with plaintext stored locally only). Additionally, it offers a `--dry-run` preview before restoration, automatic rollback on failure, GitHub sync pull, cross-machine restore dependency synchronization, and a graphical settings panel. In scenarios where DSH fails to start,

Read More
codex-plugin-dsh: Using Native Codex as a Local Provider in DeepSeek Harness

`codex-plugin-dsh` is an MIT-licensed plugin maintained by wingoo, designed to integrate the locally logged-in Codex as a local model provider into DeepSeek Harness (DSH). This plugin eliminates the need for configuring an OpenAI API Key when using Codex within DSH while preserving DSH's native session, plugin, and tool management capabilities. After installation and restart, users can select `Codex App Server (local)` from the model selector. The plugin supports image input and writes back Codex's native image generation results. For security, the plugin enforces the App Server to use a read-only sandbox and a deny-by-default approval mode, disabling Codex

Read More
DeepSeek Harness Email Plugin dsh-email

dsh-email is a community email tool plugin for DeepSeek Harness (DSH), implemented in pure Node.js and supporting Windows, macOS, and Linux. This plugin addresses the issue of agents being unable to directly operate email accounts, offering features such as checking inboxes, reading emails, searching emails, sending emails on behalf of users, and downloading attachments. It comes with eight preset email service providers, including QQ, 163, and Gmail, and supports multi-account configuration. Users can install it via the `dsh plugin` command and then configure the email address and authorization code in the web settings page or YAML file. After configuration, agents can call tools like `email_list`, `email_read`, and `email_search` to handle email tasks, with sending emails enabled by default.

Read More
@springbrand/dsh-plugin-marketplace: DSH Visual Plugin Marketplace

`@springbrand/dsh-plugin-marketplace` is a visual plugin marketplace specifically developed for DeepSeek Harness (DSH), designed to address the challenges of managing plugins across multiple profiles in a fragmented and inconvenient manner via the command line. Integrated into the DSH Web settings, this plugin offers a graphical interface for browsing, searching, installing, updating, and removing plugins from a directory. It supports searches by name, author, description, or npm package name, and covers Web, Headless, and other local profiles. Additionally, it features an "Installed" view that displays all installed dependencies, including those from the directory and external sources. Installation requires Node.js version 22.19 or higher, and the plugin is added and activated using the `dsh plugin` command.

Read More
DeepSeek Harness QQBot Plugin: Integrating QQ Bot into Persistent Harness Sessions

This article introduces the open-source plugin `sliverp/DeepSeek-harness-qqbot`, designed to address the lack of a ready-to-run QQ plugin for the DeepSeek Harness (DSH) channel. Based on the official QQ Bot Gateway client, this plugin integrates QQ C2C and group chat into a persistent Harness agent. Core features include: support for bidirectional transmission of text, images, and files, with file sending restricted to within the workspace and a maximum size of 100 MiB; session management capabilities, allowing users to switch or reset sessions via commands; a strict approval mechanism that enables the initiating user to approve or reject requests with a single button click, supporting automatic rejection on timeout and fallback channels; and integration with the DSH credential service for secure credential parsing and access policy configuration.

Read More
@shaoshi/dshscan: DSH Plugin Security Scanner

@shaoshi/dshscan is a security scanner designed for DSH plugins, addressing the security risks arising from plugins running with the current process privileges. This tool is open-sourced under the MIT license. Its core functionalities include dual-channel scanning (static and semantic), built-in DSH-specific attack surface rules (such as plugin tree injection, malicious browser-side code, etc.), and integration with npm dependency auditing. It supports various input forms, including plugin names, GitHub repositories, local directories, or ZIP packages. The output comprises JSON or HTML reports that include risk scores, severity levels, and security recommendations. The tool features offline static scanning capabilities, offers optional LLM-based semantic analysis, and supports batch scanning, custom rules, policy file configuration, and web dashboard visualization. Additionally, it provides a built-in Benchmark evaluation set to test recall rates and...

Read More
dsh-us-stocks: DeepSeek Harness US Stock Data Plugin

dsh-us-stocks is a DeepSeek Harness plugin developed based on yahoo-finance2, maintained by Realyujie (version 0.3.0, MIT license). It aims to provide structured tools for querying U.S. stock market data for agents, eliminating the reliance on inefficient web searches and HTML parsing. The plugin registers six core server-side tools: get_quote for real-time quotes and valuation metrics; get_history for daily, weekly, and monthly OHLCV data along with dividend and split information; get_financials for querying quarterly or annual financial statements; get_analyst_view for analyst consensus ratings, target prices, and recent adjustment records; get_news for retrieving recent news headlines; ge...

Read More
dsh-llm-codex-oauth: Utilizing ChatGPT / Codex Subscriptions in dsh

dsh-llm-codex-oauth is a DeepSeek Harness plugin designed to allow users with ChatGPT/Codex subscriptions to integrate their subscription quotas into dsh. Maintained by Player-MINEPIG and licensed under MIT, this plugin enables headless login via the pi-ai OAuth device code flow by registering the `codex-oauth` model provider, eliminating the need for a local callback server. Core features include: support for integrating models from the gpt-5.3 to 5.6 series; multimodal input support for images such as PNG and JPEG; secure local storage of credentials in permission-restricted files with automatic token renewal that does not enter logs; provision of a settings page for login status management and commands like `/codex-status` for status checks.

Read More
dsh-replay: Providing Playback, Audit, and Comparison for DeepSeek Harness Sessions

dsh-replay is a DSH plugin maintained by MingoZhou under the MIT license, designed to provide visualization, playback, auditing, and comparison capabilities for DeepSeek Harness sessions. The plugin transforms agent session records into an interactive interface, with core features including timeline playback, an overview dashboard, cost estimation, security auditing, fork tree visualization, session comparison, one-click HTML export, filtering and search, and bilingual Chinese-English interface support. Users can try it out via an online demo or quickly install it using the `dsh plugin add` command without needing a local build. After installation, restart the harness to use it from the sidebar or session tab. This tool is ideal for troubleshooting tool calls, auditing sensitive operations, analyzing session forks, and exporting records, making it a valuable asset for agent session management and analysis.

Read More
dsh-mobile-gui-agent: Enhancing DeepSeek Harness with Android GUI Operation Capabilities

`dsh-mobile-gui-agent` is an Android GUI Agent plugin for DeepSeek Harness (DSH), currently at version v0.2.1 under the MIT license. This plugin controls Android devices via ADB, integrating screenshots, UIAutomator hierarchy capture, action execution, verification, human approval, and a web mobile view to achieve an automated "observe-decide-act-verify" loop. Its core capabilities include comprehensive ADB operations (such as clicking, swiping, and text input), strict `phone_observe` and `phone_act` tool interfaces, stability protection mechanisms for detecting stale elements and system lag, and safeguards for sensitive operations (such as payments, deletions, and installations).

Read More
dsh-telegram-channel: Attach Telegram to Local DSH Web Sessions

dsh-telegram-channel is an MIT-licensed plugin maintained by hi-wenw, designed to provide remote control functionality for DeepSeek Harness (DSH) via the Telegram mobile app. It attaches to a locally running `dsh web` session, enabling synchronized trajectory and bidirectional visibility between the mobile device and the computer's web interface. This solves the inconvenience of viewing context or sending supplementary commands when away from the computer. The tool supports executing commands via a Telegram Bot, including `/sessions` to attach sessions, `/last` to view history, `/model` to switch models, and `/unbind` to disconnect bindings. Installation requires Node.js >=22 and a Bot Token, and it is compatible with Windows, macOS, and Linux.

Read More
dsh-mc-agent: AI Agent and Launcher Plugin for Driving Minecraft in DeepSeek Harness

`dsh-mc-agent` is a DSH plugin maintained by hellosky983, designed to drive Mineflayer bots through the LAN protocol, encapsulating Minecraft's game state and operational capabilities as `mc_*` tools for AI Agents to call. This plugin primarily addresses three major needs: first, it enables autonomous survival, mining, chat, and real-time map reading through direct LAN connection; second, it builds a visual and control loop, using DashScope Qwen-VL to recognize screenshots and simulating keyboard and mouse operations via xdotool; and third, it includes a built-in launcher supporting Microsoft login, official resource downloads, and Java process initiation. Additionally, the plugin provides dialogue tools such as crash analysis, save file queries, version suggestions, and a framework for autonomous survival goals.

Read More
dsh-pilot: Driving Local Browsers in DeepSeek Harness Chat

dsh-pilot is a plugin for the DeepSeek Harness Web GUI, designed to drive native Edge or Chrome browsers via CDP to perform browser operation tasks. It supports opening pages, reading structured text, clicking and inputting based on snapshot references, filling forms, and uploading files, all without requiring an API key or runtime dependencies. Users can observe real-time screenshots, URLs, status, and operation logs through the cockpit panel. Each agent session uses an isolated browser instance, ensuring that parallel sessions do not interfere with each other. Installation requires Node >= 22, and the plugin can be added via the `dsh plugin` command from GitHub or a local directory, followed by restarting the `dsh web` process. Key limitations include support for only headless mode, single-session single-tab functionality, and restricted interaction capabilities.

Read More
dsh-file-upload: Extending the DSH Web GUI Attachment Channel to Support Arbitrary File Uploads

dsh-file-upload is an MIT-licensed client plugin for the DSH Web GUI, designed to extend the functionality beyond supporting only image attachments to enabling uploads of arbitrary files such as PDFs, code, and archives. The plugin operates in a Node 20+ environment and automatically activates through a persistent profile. It supports file drag-and-drop from any location on the page. Its core advantages include: direct local file path referencing in Chromium browsers for zero-upload scenarios; and for cases where file paths are inaccessible, it uses an intermediary upload with a two-tier deduplication mechanism based on size, modification time, and SHA256 to ensure efficient transfer. The interface features adaptive-width blue file chips that hide the intermediary path and display only the filename, with one-click deletion support. Additionally, the plugin includes an upload directory cleanup overlay that provides redundancy removal and duplicate file cleanup.

Read More
DSH Plugin: yoke233/dsh-openai-codex-auth

`yoke233/dsh-openai-codex-auth` is an open-source plugin designed for DeepSeek Harness (DSH). It aims to address the issue of scattered management of login credentials for the OpenAI Codex model. By connecting to ChatGPT Plus, Pro, Team, or Enterprise accounts via OAuth, this plugin automatically provides valid tokens to the `openai-codex` model provider, enabling a one-stop solution for login, usage viewing, and credential management on the DSH web settings page. Core features include automatically refreshing tokens nearing expiration, displaying short-term and weekly remaining quotas, and supporting re-login or logout. Installation is straightforward: simply add the plugin to the web profile using the `dsh plugin` command and restart.

Read More
dsh-multiple-chat-panels: Operating Multiple Agent Sessions Side-by-Side in DeepSeek Harness

dsh-multiple-chat-panels is a DeepSeek Harness (DSH) web-side plugin maintained by WilliamShi666. It is designed to address the high cost of switching between multiple agent sessions and the issue of context loss. The plugin supports dragging multiple sessions from the left sidebar into the central area, expanding them into independent panels within a Mission Control grid, enabling side-by-side viewing and real-time interaction. Its core features include support for dark and light modes, compatibility with DeepSeek Harness v0.1.1-rc.2, and adaptability for both client-side and official layout adapters. By optimizing the drag-and-drop logic, it preserves the original conversation view, significantly improving response speed without the need to rebuild long conversation content. Installation requires executing the appropriate command based on the npm package name or repository name.

Read More
dsh-skill-manager: DSH Settings Page Skill Manager

dsh-skill-manager is a MIT-licensed plugin for DSH designed to simplify the management of skills for DSH, Codex, and Claude AI. It addresses issues such as scattered skill sources, the need for manual file renaming, and registry verification by providing a unified interface through the DSH settings page. Core functionalities include: merging skill lists from various sources with search support; enabling and disabling skills by renaming the SKILL.md file while preserving its original content; and installing skills from local ZIP packages (up to 64 MiB) or GitHub repositories, with automatic list refresh after installation. The plugin relies on the DSH environment, must be added via command, and may require a restart of the web service to take effect. It is suitable for scenarios requiring centralized management of skills from multiple sources while avoiding manual file modifications, but bundled/r

Read More
dsh-plugin-smooth-stream: Presenting DSH Streaming Output in Paragraph Batches

`dsh-plugin-smooth-stream` is a DSH client plugin maintained by SpookySandwich, designed to address issues in web sessions where streaming responses output word-by-word, causing page jitter and incomplete rendering of code blocks and tables. Without altering DSH's rendering capabilities, this plugin optimizes streaming output to display content in batches with a fade-in effect on a per-paragraph basis, while supporting smooth follow scrolling. When the user scrolls up, the plugin automatically yields control; during thinking phases, it displays a real-time single-line summary that automatically collapses at the end of the turn. The plugin retains native rendering features such as code highlighting, tables, and KaTeX formulas, and automatically degrades to plain text in case of errors. It offers eight entrance animations, adheres to the `prefers-reduced-motion` setting, and supports real-time preview and parameter adjustments (such as animation duration, split) in the settings panel.

Read More
Minecraft-dev: A Minecraft Development Plugin for DeepSeek Harness

The `sikadi233-hub/minecraft-dev` plugin is designed for DeepSeek Harness (DSH) to address the complex dependency and build challenges in Minecraft development across various versions and platforms, including Paper, Spigot, Fabric, Forge, and NeoForge. It supports Minecraft versions from 1.7.10 to 26.x and offers 7 on-demand loadable skills (covering various platforms and legacy version development), 2 tools (`mc_scaffold` for project scaffolding creation and `mc_gradle` for executing Gradle tasks), 4 built-in sub-agents (for task planning, skeleton generation, content filling, and verification), and 1 `minecraft` Agent preset. Users can access these features through

Read More
dsh-nested-followups: Using Branching Follow-ups in DeepSeek Harness to Keep Main Conversations Clean

dsh-nested-followups is a DSH workflow plugin (v0.2.2, MIT) maintained by sluminositys. It provides a Tree View interface on the web: for any historical answer, you can initiate an Ask follow-up to pose follow-up questions in a separate read-only branch, keeping the main conversation context uncontaminated. Branches are created via official forks and can be nested infinitely, with the large tree supporting collapsing and searching. The installation command is dsh plugin --profile web add dsh-nested-followups, requiring DSH 0.1.x and Node.js ≥22.19.

Read More
dsh-session-manager: DSH Web Session Management Plugin

dsh-session-manager is a DSH client plugin (v0.2.2) maintained by dream12347, providing unified session management at the settings page and conversation top. Features include deletion with recycle bin (restore/permanent delete), activity statistics, continue/pause, opening log directories, unread markers, forking sub-sessions, workspace grouping and sorting, as well as a global context compression threshold ranging from 17% to 90%. It does not modify the DSH core and is compatible with version 0.1.1-rc.1. After installation, restarting the DSH web is required.

Read More
gal-view: A Web Plugin Transforming DSH Session Pages into Galgame Stages

gal-view is a DSH web plugin maintained by Ayase34, which adds a "GAL Window" tab between the "Dialogue" and "Track" sections on the session page. It renders dialogues in a 16:9 Galgame stage format, including character sprites, typewriter-style dialogue lines, and a visual scene editor. This article verifies the installation commands, functional boundaries, and precautions based on the SkillHub directory and the GitHub README. It is suitable for DSH users who want to enhance their web session experience with fun customization, perform demonstrations, or create screen recordings.

Read More
whale-girl: Adding a QQ Pet-style Desktop Companion to the DeepSeek Harness Web Interface

Whale-girl is a DSH Web GUI desktop pet plugin maintained by vlln: floating in the bottom-right corner, draggable for feeding and playing, featuring a 15-state state machine that syncs with tasks and sessions, accumulating levels, titles, and memories. This article verifies installation commands, configuration options, optional desktop companions, and bundle plugin template value based on the SkillHub directory page, community plugin library, and GitHub README, while reminding users to review plugin permissions and security.

Read More
SuperDesign-Skill: Transforming DeepSeek Harness to Generate Unique AI Interfaces

superdesigndev/superdesign-skill is a SkillHub workflow-type DSH plugin that equips Cursor, Claude Code, and DSH agents with product design capabilities. It enables iterative UI, presentation, and graphic design on an infinite canvas, moving away from the default "AI slop" of stacked components. The plugin can be installed via `dsh plugin add` or `npx skills add`, and works with `@superdesign/cli` for login and draft branch management. It is ideal for frontend and product developers who need to extract design systems from real codebases, replicate existing pages at the pixel level, and explore interface directions through branching. It is open-source under the MIT license and has approximately 446 stars on GitHub.

Read More